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>
This commit is contained in:
bors[bot] 2020-04-15 10:11:20 +00:00 committed by GitHub
commit f1a07dbf55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@
"keybindings": [
{
"command": "rust-analyzer.parentModule",
"key": "ctrl+u",
"key": "ctrl+shift+u",
"when": "editorTextFocus && editorLangId == rust"
},
{