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 46acbfe76..774fed21d 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -124,6 +124,11 @@
124 "command": "rust-analyzer.onEnter", 124 "command": "rust-analyzer.onEnter",
125 "title": "Enhanced enter key", 125 "title": "Enhanced enter key",
126 "category": "Rust Analyzer" 126 "category": "Rust Analyzer"
127 },
128 {
129 "command": "rust-analyzer.ssr",
130 "title": "Structural Search Replace",
131 "category": "Rust Analyzer"
127 } 132 }
128 ], 133 ],
129 "keybindings": [ 134 "keybindings": [