about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMohsen Alizadeh <mohsen@alizadeh.us>2023-06-25 17:27:28 -0700
committerMohsen Alizadeh <mohsen@alizadeh.us>2023-06-25 17:27:28 -0700
commitfd1130b0e7c5e82fdc6a19205dc8b77caa85acca (patch)
tree468badf9dbb4d1f3a540e2a9f7da0a5c3bd61f36
parent4a2ceeff0fb53de168691b0f55d9808d221b867e (diff)
downloadrust-fd1130b0e7c5e82fdc6a19205dc8b77caa85acca.tar.gz
rust-fd1130b0e7c5e82fdc6a19205dc8b77caa85acca.zip
delete matching brace key binding
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index a95689193da..bd22302c6de 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -298,11 +298,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"