diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 9433bd3d2..3e07032c7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -94,6 +94,10 @@ | |||
94 | { | 94 | { |
95 | "command": "ra-lsp.run", | 95 | "command": "ra-lsp.run", |
96 | "title": "Rust Run" | 96 | "title": "Rust Run" |
97 | }, | ||
98 | { | ||
99 | "command": "ra-lsp.analyzerStatus", | ||
100 | "title": "Status of rust-analyzer (debug)" | ||
97 | } | 101 | } |
98 | ], | 102 | ], |
99 | "keybindings": [ | 103 | "keybindings": [ |