aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorIgor Żuk <[email protected]>2020-04-13 11:13:55 +0100
committerGitHub <[email protected]>2020-04-13 11:13:55 +0100
commitf8fb009cadd6d0f837cc0236343a226850ae0974 (patch)
tree1631bc8bc385075be4bb8977ecc75752222c73c7 /editors
parentc388130f5ffbcbe7d3131213a24d12d02f769b87 (diff)
Fix parentModule shortcut conflict
The default parentModule shortcut conflicts with VSCode's built-in undo selection
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 0bf7b6ae6..5f68b2f99 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 {