about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Barsky <me@davidbarsky.com>2023-03-13 15:37:58 -0400
committerDavid Barsky <me@davidbarsky.com>2023-03-13 15:37:58 -0400
commit78aed305e1980ccf70c2b3f1405db38521a11d54 (patch)
tree7cd9562284cd66907b140a244de3ad6c7ad2a7e9
parentcb93c12c3114429866329a93e67ec1c5e8f779ff (diff)
downloadrust-78aed305e1980ccf70c2b3f1405db38521a11d54.tar.gz
rust-78aed305e1980ccf70c2b3f1405db38521a11d54.zip
rename "addProject" command
-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 e2015a67e53..c5eb08748bf 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"
             },
             {