Disable onEnter command by default
We are transitioning from experimental to production-ready stance, so it makes sense to disable potentially disruptive features by default.
This commit is contained in:
parent
29bc218fba
commit
919015ce8a
@ -166,11 +166,6 @@
|
||||
"command": "rust-analyzer.joinLines",
|
||||
"key": "ctrl+shift+j",
|
||||
"when": "editorTextFocus && editorLangId == rust"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.onEnter",
|
||||
"key": "enter",
|
||||
"when": "editorTextFocus && !suggestWidgetVisible && editorLangId == rust && !vim.active || vim.mode == 'Insert' && editorTextFocus && !suggestWidgetVisible && editorLangId == rust"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user