diff --git a/editors/code/package.json b/editors/code/package.json index e484467b083..6fc123ac0c9 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",