aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f3b049e43..de956697e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -107,7 +107,7 @@
107 }, 107 },
108 { 108 {
109 "command": "ra-lsp.extendSelection", 109 "command": "ra-lsp.extendSelection",
110 "key": "ctrl+w", 110 "key": "shift+alt+right",
111 "when": "editorTextFocus && editorLangId == rust" 111 "when": "editorTextFocus && editorLangId == rust"
112 }, 112 },
113 { 113 {