aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-11-19 17:06:10 +0000
committerEdwin Cheng <[email protected]>2019-11-19 17:06:10 +0000
commitd16cc223e100ae9a29384f104a378932088e0c3c (patch)
treefda3e9fc76db85ae902a11a200a762030863a74f /editors/code/package.json
parent80fe467ce864de077d2f5a4e29e1a4d5fe535dc3 (diff)
Use DocumentProvider instead of Hover
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"