aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <[email protected]>2021-02-27 17:04:43 +0000
committervsrs <[email protected]>2021-02-27 17:04:43 +0000
commit669e11764430be3a098d6c8fe875d8efbb3547a3 (patch)
tree652dc3728183ea67624116b27f36008677ae9f2a /editors/code/package.json
parent31f5f816e3747c1a0972d2f0aca25ded9980cd36 (diff)
Add LSP request and VSCode command
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e3e0ebff0..43ea1225a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -202,6 +202,11 @@
202 "command": "rust-analyzer.openCargoToml", 202 "command": "rust-analyzer.openCargoToml",
203 "title": "Open Cargo.toml", 203 "title": "Open Cargo.toml",
204 "category": "Rust Analyzer" 204 "category": "Rust Analyzer"
205 },
206 {
207 "command": "rust-analyzer.peekTests",
208 "title": "Peek related tests",
209 "category": "Rust Analyzer"
205 } 210 }
206 ], 211 ],
207 "keybindings": [ 212 "keybindings": [