Unnamed repository; edit this file 'description' to name the repository.
rename "addProject" command
| -rw-r--r-- | editors/code/package.json | 2 |
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" }, { |