We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ef22d commit 58c0076Copy full SHA for 58c0076
editors/code/package.json
@@ -141,6 +141,11 @@
141
"command": "rust-analyzer.run",
142
"key": "ctrl+r",
143
"when": "editorTextFocus && editorLangId == rust"
144
+ },
145
+ {
146
+ "command": "rust-analyzer.onEnter",
147
+ "key": "enter",
148
+ "when": "editorTextFocus && editorLangId == rust"
149
}
150
],
151
"configuration": {
@@ -164,7 +169,7 @@
164
169
},
165
170
"rust-analyzer.enableEnhancedTyping": {
166
171
"type": "boolean",
167
- "default": true,
172
+ "default": false,
168
173
"description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false"
174
175
"rust-analyzer.raLspServerPath": {
0 commit comments