aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-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 33bd66b40..5f73c8d83 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -154,7 +154,7 @@
154 "keybindings": [ 154 "keybindings": [
155 { 155 {
156 "command": "rust-analyzer.parentModule", 156 "command": "rust-analyzer.parentModule",
157 "key": "ctrl+u", 157 "key": "ctrl+shift+u",
158 "when": "editorTextFocus && editorLangId == rust" 158 "when": "editorTextFocus && editorLangId == rust"
159 }, 159 },
160 { 160 {