diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-15 10:11:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 10:11:20 +0000 |
| commit | f1a07dbf5559e882f46e79ed2a299cf151b99498 (patch) | |
| tree | 84ae48bf293d68443b417a5a5a1185db006b7872 /editors/code | |
| parent | 1e0ba04033df87d6966140f74c2f63d0e143fb63 (diff) | |
| parent | f8fb009cadd6d0f837cc0236343a226850ae0974 (diff) | |
| download | rust-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.json | 2 |
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" }, { |
