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