diff options
| author | bors <bors@rust-lang.org> | 2023-06-28 10:28:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-28 10:28:01 +0000 |
| commit | 77ccd64326c686d21b9cbf42110b626255f7ca8d (patch) | |
| tree | c03c289fd0a1f9afdf8b484ada228f036f7693c4 /editors/code/package.json | |
| parent | 021604431c7eeeaeeb14d741c5623fc5bdb6c5f8 (diff) | |
| parent | fd1130b0e7c5e82fdc6a19205dc8b77caa85acca (diff) | |
| download | rust-77ccd64326c686d21b9cbf42110b626255f7ca8d.tar.gz rust-77ccd64326c686d21b9cbf42110b626255f7ca8d.zip | |
Auto merge of #15136 - mohsen-alizadeh:13908-delete-matching-brace-key-binding, r=Veykril
delete matching brace key binding closes #13908
Diffstat (limited to 'editors/code/package.json')
| -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 476878128d7..2ab45fa1422 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" |
