diff options
author | Kirill Bulatov <[email protected]> | 2019-07-21 22:10:29 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2019-07-21 22:10:29 +0100 |
commit | 31aef808d96b779dbc8ce41e27857965e79bd96f (patch) | |
tree | 254d69a1ec3abe6d70b2dd9737ef699f33f88f62 /editors | |
parent | ba76017d2eb1b7606106c15478ac658dc32b6dbd (diff) | |
parent | d690249bc81bc265cb3d1836c2922325f4fdb8af (diff) |
Merge branch 'master' into add-type-lenses
Diffstat (limited to 'editors')
-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" |