about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-10-18 14:02:56 +0200
committerLukas Wirth <lukastw97@gmail.com>2023-10-18 14:06:07 +0200
commit4296fe52baba36de060691db9ef482b68845aeb4 (patch)
tree7b98180f04f4bc442eda14db2544d6bf495cd808 /editors/code/package.json
parent6572ec8d94c83f8cc6afe0069269abeddc37c25e (diff)
downloadrust-4296fe52baba36de060691db9ef482b68845aeb4.tar.gz
rust-4296fe52baba36de060691db9ef482b68845aeb4.zip
Add command for only opening external docs and attempt to fix vscode-remote issue
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 fc6597a0d40..2dde66c9700 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"
             },
             {