diff --git a/editors/code/package.json b/editors/code/package.json index 2ed3210697..ea74ab85a2 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -140,11 +140,6 @@ "key": "ctrl+shift+m", "when": "editorTextFocus && editorLangId == rust" }, - { - "command": "rust-analyzer.extendSelection", - "key": "shift+alt+right", - "when": "editorTextFocus && editorLangId == rust" - }, { "command": "rust-analyzer.joinLines", "key": "ctrl+shift+j",