aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 9987a28f5..05f55cb35 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -141,6 +141,11 @@
141 "command": "rust-analyzer.run", 141 "command": "rust-analyzer.run",
142 "key": "ctrl+r", 142 "key": "ctrl+r",
143 "when": "editorTextFocus && editorLangId == rust" 143 "when": "editorTextFocus && editorLangId == rust"
144 },
145 {
146 "command": "rust-analyzer.onEnter",
147 "key": "enter",
148 "when": "editorTextFocus && editorLangId == rust"
144 } 149 }
145 ], 150 ],
146 "configuration": { 151 "configuration": {
@@ -164,7 +169,7 @@
164 }, 169 },
165 "rust-analyzer.enableEnhancedTyping": { 170 "rust-analyzer.enableEnhancedTyping": {
166 "type": "boolean", 171 "type": "boolean",
167 "default": true, 172 "default": false,
168 "description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false" 173 "description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false"
169 }, 174 },
170 "rust-analyzer.raLspServerPath": { 175 "rust-analyzer.raLspServerPath": {