diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
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 | |||
@@ -141,11 +141,6 @@ | |||
141 | "when": "editorTextFocus && editorLangId == rust" | 141 | "when": "editorTextFocus && editorLangId == rust" |
142 | }, | 142 | }, |
143 | { | 143 | { |
144 | "command": "rust-analyzer.extendSelection", | ||
145 | "key": "shift+alt+right", | ||
146 | "when": "editorTextFocus && editorLangId == rust" | ||
147 | }, | ||
148 | { | ||
149 | "command": "rust-analyzer.joinLines", | 144 | "command": "rust-analyzer.joinLines", |
150 | "key": "ctrl+shift+j", | 145 | "key": "ctrl+shift+j", |
151 | "when": "editorTextFocus && editorLangId == rust" | 146 | "when": "editorTextFocus && editorLangId == rust" |