Skip to content

Commit 58c0076

Browse files
committed
Change default enhanced typing behavior from using type to using keybindings.
1 parent 23ef22d commit 58c0076

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

editors/code/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@
141141
"command": "rust-analyzer.run",
142142
"key": "ctrl+r",
143143
"when": "editorTextFocus && editorLangId == rust"
144+
},
145+
{
146+
"command": "rust-analyzer.onEnter",
147+
"key": "enter",
148+
"when": "editorTextFocus && editorLangId == rust"
144149
}
145150
],
146151
"configuration": {
@@ -164,7 +169,7 @@
164169
},
165170
"rust-analyzer.enableEnhancedTyping": {
166171
"type": "boolean",
167-
"default": true,
172+
"default": false,
168173
"description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false"
169174
},
170175
"rust-analyzer.raLspServerPath": {

0 commit comments

Comments
 (0)