mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix parentModule shortcut conflict
The default parentModule shortcut conflicts with VSCode's built-in undo selection
This commit is contained in:
parent
c388130f5f
commit
f8fb009cad
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
"keybindings": [
|
||||
{
|
||||
"command": "rust-analyzer.parentModule",
|
||||
"key": "ctrl+u",
|
||||
"key": "ctrl+shift+u",
|
||||
"when": "editorTextFocus && editorLangId == rust"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue