Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #15136 - mohsen-alizadeh:13908-delete-matching-brace-key-binding, r=Veykril
delete matching brace key binding
closes #13908
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 476878128d..2ab45fa142 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -294,11 +294,6 @@ "when": "editorTextFocus && editorLangId == rust" }, { - "command": "rust-analyzer.matchingBrace", - "key": "ctrl+shift+m", - "when": "editorTextFocus && editorLangId == rust" - }, - { "command": "rust-analyzer.joinLines", "key": "ctrl+shift+j", "when": "editorTextFocus && editorLangId == rust" |