aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-11-20 02:56:43 +0000
committerSeivan Heidari <[email protected]>2019-11-20 02:56:43 +0000
commit1e2d090ab8a9bda18f148b894b7948eb05b976e6 (patch)
treeefe47fc3cbd69306e0a8ad3776474bbc85fb93dd /editors/code/package.json
parent597dd9fb2037c67b2c64f256919ae2e531fdacf3 (diff)
parent0e61ba3750df7e3e19eda21b6486bf70d6dffc72 (diff)
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into feature/themes
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 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"