mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
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
1 changed files with 0 additions and 5 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue