aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-22 22:25:22 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-22 22:25:22 +0000
commitf90783fc5309e1835b22aa65d071efb9cf3eb9df (patch)
treef60d21521d667e46bb7596c74b0064f3650798e2 /editors/code/package.json
parente08df3219d7a06b1e38c632e7f13967fb540769b (diff)
parentc0dba92b7fec667bda1c1a1af258ef37ee8cbf54 (diff)
Merge #602
602: add status command r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
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": [