mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
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>
This commit is contained in:
commit
f1a07dbf55
@ -154,7 +154,7 @@
|
||||
"keybindings": [
|
||||
{
|
||||
"command": "rust-analyzer.parentModule",
|
||||
"key": "ctrl+u",
|
||||
"key": "ctrl+shift+u",
|
||||
"when": "editorTextFocus && editorLangId == rust"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user