Unnamed repository; edit this file 'description' to name the repository.
delete matching brace key binding
Mohsen Alizadeh 2023-06-26
parent 4a2ceef · commit fd1130b
-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 a95689193d..bd22302c6d 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"