aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
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 3e07032c7..86683eb73 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -98,6 +98,10 @@
98 { 98 {
99 "command": "ra-lsp.analyzerStatus", 99 "command": "ra-lsp.analyzerStatus",
100 "title": "Status of rust-analyzer (debug)" 100 "title": "Status of rust-analyzer (debug)"
101 },
102 {
103 "command": "ra-lsp.collectGarbage",
104 "title": "Run rust-analyzer's GC"
101 } 105 }
102 ], 106 ],
103 "keybindings": [ 107 "keybindings": [