Unnamed repository; edit this file 'description' to name the repository.
rename "addProject" command
David Barsky 2023-03-14
parent cb93c12 · commit 78aed30
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e2015a67e5..c5eb08748b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -201,7 +201,7 @@
},
{
"command": "rust-analyzer.addProject",
- "title": "Add current file to workspace",
+ "title": "Add current file's crate to workspace",
"category": "rust-analyzer"
},
{