aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-02-21 02:04:03 +0000
committerEdwin Cheng <[email protected]>2020-02-21 10:33:45 +0000
commit4e48a73f9c342544e4eabd1c1cd31cdfb6a6e5e3 (patch)
tree209de25b4853a596750d2963b2adec705db4efc0 /editors/code/package.json
parent88014fcec04721350abc156efb1e18889fca5255 (diff)
Improve server version info
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 c498c14b4..72befe2b6 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -131,6 +131,11 @@
131 "command": "rust-analyzer.ssr", 131 "command": "rust-analyzer.ssr",
132 "title": "Structural Search Replace", 132 "title": "Structural Search Replace",
133 "category": "Rust Analyzer" 133 "category": "Rust Analyzer"
134 },
135 {
136 "command": "rust-analyzer.serverVersion",
137 "title": "Show RA Version",
138 "category": "Rust Analyzer"
134 } 139 }
135 ], 140 ],
136 "keybindings": [ 141 "keybindings": [