Remove obsolete keybinding

This commit is contained in:
Aleksey Kladov 2019-07-21 19:08:05 +03:00 committed by GitHub
parent 443061e752
commit d690249bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,11 +140,6 @@
"key": "ctrl+shift+m", "key": "ctrl+shift+m",
"when": "editorTextFocus && editorLangId == rust" "when": "editorTextFocus && editorLangId == rust"
}, },
{
"command": "rust-analyzer.extendSelection",
"key": "shift+alt+right",
"when": "editorTextFocus && editorLangId == rust"
},
{ {
"command": "rust-analyzer.joinLines", "command": "rust-analyzer.joinLines",
"key": "ctrl+shift+j", "key": "ctrl+shift+j",