about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-15 10:11:20 +0000
committerGitHub <noreply@github.com>2020-04-15 10:11:20 +0000
commitf1a07dbf5559e882f46e79ed2a299cf151b99498 (patch)
tree84ae48bf293d68443b417a5a5a1185db006b7872 /editors/code
parent1e0ba04033df87d6966140f74c2f63d0e143fb63 (diff)
parentf8fb009cadd6d0f837cc0236343a226850ae0974 (diff)
downloadrust-f1a07dbf5559e882f46e79ed2a299cf151b99498.tar.gz
rust-f1a07dbf5559e882f46e79ed2a299cf151b99498.zip
Merge #3962
3962: Fix parentModule shortcut conflict r=matklad a=CodeSandwich

The default parentModule shortcut conflicts with VSCode's built-in undo selection

Co-authored-by: Igor Żuk <igor.zuk@protonmail.com>
Diffstat (limited to 'editors/code')
-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 33bd66b4087..5f73c8d8389 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -154,7 +154,7 @@
         "keybindings": [
             {
                 "command": "rust-analyzer.parentModule",
-                "key": "ctrl+u",
+                "key": "ctrl+shift+u",
                 "when": "editorTextFocus && editorLangId == rust"
             },
             {