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:
Aleksey Kladov 2020-04-23 20:46:44 +02:00
parent 29bc218fba
commit 919015ce8a

View file

@ -166,11 +166,6 @@
"command": "rust-analyzer.joinLines", "command": "rust-analyzer.joinLines",
"key": "ctrl+shift+j", "key": "ctrl+shift+j",
"when": "editorTextFocus && editorLangId == rust" "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": { "configuration": {