Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 77ccd64

Browse files
committed
Auto merge of rust-lang#15136 - mohsen-alizadeh:13908-delete-matching-brace-key-binding, r=Veykril
delete matching brace key binding closes rust-lang#13908
2 parents 0216044 + fd1130b commit 77ccd64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

editors/code/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@
293293
"key": "ctrl+shift+u",
294294
"when": "editorTextFocus && editorLangId == rust"
295295
},
296-
{
297-
"command": "rust-analyzer.matchingBrace",
298-
"key": "ctrl+shift+m",
299-
"when": "editorTextFocus && editorLangId == rust"
300-
},
301296
{
302297
"command": "rust-analyzer.joinLines",
303298
"key": "ctrl+shift+j",

0 commit comments

Comments
 (0)