Fix parentModule shortcut conflict

The default parentModule shortcut conflicts with VSCode's built-in undo selection
This commit is contained in:
Igor Żuk 2020-04-13 12:13:55 +02:00 committed by GitHub
parent c388130f5f
commit f8fb009cad
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"
},
{