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

Commit fd1130b

Browse files
delete matching brace key binding
1 parent 4a2ceef commit fd1130b

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
@@ -297,11 +297,6 @@
297297
"key": "ctrl+shift+u",
298298
"when": "editorTextFocus && editorLangId == rust"
299299
},
300-
{
301-
"command": "rust-analyzer.matchingBrace",
302-
"key": "ctrl+shift+m",
303-
"when": "editorTextFocus && editorLangId == rust"
304-
},
305300
{
306301
"command": "rust-analyzer.joinLines",
307302
"key": "ctrl+shift+j",

0 commit comments

Comments
 (0)