From d690249bc81bc265cb3d1836c2922325f4fdb8af Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 21 Jul 2019 19:08:05 +0300 Subject: Remove obsolete keybinding --- 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 2ed321069..ea74ab85a 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", -- cgit v1.2.3