From 8e88db90bce7202c0e8b5e35f4dd9cf08af5dc5a Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 28 Feb 2020 12:50:11 +0000 Subject: removing ctrl+r key binding fixes #2733 --- editors/code/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/editors/code/package.json b/editors/code/package.json index e484467b0..6fc123ac0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -154,11 +154,6 @@ "key": "ctrl+shift+j", "when": "editorTextFocus && editorLangId == rust" }, - { - "command": "rust-analyzer.run", - "key": "ctrl+r", - "when": "editorTextFocus && editorLangId == rust" - }, { "command": "rust-analyzer.onEnter", "key": "enter", -- cgit v1.2.3