From 919015ce8a0277e4bfdfbe80a2029c6c1471d424 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 23 Apr 2020 20:46:44 +0200 Subject: 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. --- editors/code/package.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index ab0f25b2f..b8aaa07d8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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": { -- cgit v1.2.3