Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index fc6597a0d4..2dde66c970 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -249,6 +249,11 @@
"category": "rust-analyzer"
},
{
+ "command": "rust-analyzer.openExternalDocs",
+ "title": "Open External Docs",
+ "category": "rust-analyzer"
+ },
+ {
"command": "rust-analyzer.openCargoToml",
"title": "Open Cargo.toml",
"category": "rust-analyzer"
@@ -260,12 +265,12 @@
},
{
"command": "rust-analyzer.moveItemUp",
- "title": "Move item up",
+ "title": "Move Item Up",
"category": "rust-analyzer"
},
{
"command": "rust-analyzer.moveItemDown",
- "title": "Move item down",
+ "title": "Move Item Down",
"category": "rust-analyzer"
},
{