aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ab0f25b2f..b8aaa07d8 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -166,11 +166,6 @@
166 "command": "rust-analyzer.joinLines", 166 "command": "rust-analyzer.joinLines",
167 "key": "ctrl+shift+j", 167 "key": "ctrl+shift+j",
168 "when": "editorTextFocus && editorLangId == rust" 168 "when": "editorTextFocus && editorLangId == rust"
169 },
170 {
171 "command": "rust-analyzer.onEnter",
172 "key": "enter",
173 "when": "editorTextFocus && !suggestWidgetVisible && editorLangId == rust && !vim.active || vim.mode == 'Insert' && editorTextFocus && !suggestWidgetVisible && editorLangId == rust"
174 } 169 }
175 ], 170 ],
176 "configuration": { 171 "configuration": {