diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-10-18 14:02:56 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-10-18 14:06:07 +0200 |
| commit | 4296fe52baba36de060691db9ef482b68845aeb4 (patch) | |
| tree | 7b98180f04f4bc442eda14db2544d6bf495cd808 /editors/code/package.json | |
| parent | 6572ec8d94c83f8cc6afe0069269abeddc37c25e (diff) | |
| download | rust-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.json | 9 |
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" }, { |
