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.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 21039ced8..2f14eaebd 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -166,6 +166,11 @@
166 "command": "rust-analyzer.serverVersion", 166 "command": "rust-analyzer.serverVersion",
167 "title": "Show RA Version", 167 "title": "Show RA Version",
168 "category": "Rust Analyzer" 168 "category": "Rust Analyzer"
169 },
170 {
171 "command": "rust-analyzer.toggleInlayHints",
172 "title": "Toggle inlay hints",
173 "category": "Rust Analyzer"
169 } 174 }
170 ], 175 ],
171 "keybindings": [ 176 "keybindings": [