Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-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 476878128d..2ab45fa142 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"