aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2019-07-21 22:10:29 +0100
committerKirill Bulatov <[email protected]>2019-07-21 22:10:29 +0100
commit31aef808d96b779dbc8ce41e27857965e79bd96f (patch)
tree254d69a1ec3abe6d70b2dd9737ef699f33f88f62 /editors
parentba76017d2eb1b7606106c15478ac658dc32b6dbd (diff)
parentd690249bc81bc265cb3d1836c2922325f4fdb8af (diff)
Merge branch 'master' into add-type-lenses
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json5
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"