diff options
| author | Mohsen Alizadeh <mohsen@alizadeh.us> | 2023-06-25 17:27:28 -0700 |
|---|---|---|
| committer | Mohsen Alizadeh <mohsen@alizadeh.us> | 2023-06-25 17:27:28 -0700 |
| commit | fd1130b0e7c5e82fdc6a19205dc8b77caa85acca (patch) | |
| tree | 468badf9dbb4d1f3a540e2a9f7da0a5c3bd61f36 | |
| parent | 4a2ceeff0fb53de168691b0f55d9808d221b867e (diff) | |
| download | rust-fd1130b0e7c5e82fdc6a19205dc8b77caa85acca.tar.gz rust-fd1130b0e7c5e82fdc6a19205dc8b77caa85acca.zip | |
delete matching brace key binding
| -rw-r--r-- | editors/code/package.json | 5 |
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" |
