aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ee997e58f..94887674b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -91,6 +91,11 @@
91 "category": "Rust Analyzer" 91 "category": "Rust Analyzer"
92 }, 92 },
93 { 93 {
94 "command": "rust-analyzer.expandMacro",
95 "title": "Expand macro recursively",
96 "category": "Rust Analyzer"
97 },
98 {
94 "command": "rust-analyzer.matchingBrace", 99 "command": "rust-analyzer.matchingBrace",
95 "title": "Find matching brace", 100 "title": "Find matching brace",
96 "category": "Rust Analyzer" 101 "category": "Rust Analyzer"