aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-18 11:33:16 +0000
committerAleksey Kladov <[email protected]>2020-02-18 11:33:16 +0000
commitc0fa5e2246457df10e92c2e11c971f2f40921793 (patch)
tree323d890c830b14c222113fa8617070c3b1fde3d2 /editors/code/package.json
parent4d307ff8024c8d2d533bc3ab7aac1d63ca5c5977 (diff)
Rename the binary to rust-analyzer
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 002293b2e..2a0304376 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -185,7 +185,7 @@
185 "string" 185 "string"
186 ], 186 ],
187 "default": null, 187 "default": null,
188 "description": "Path to ra_lsp_server executable (points to bundled binary by default)" 188 "description": "Path to rust-analyzer executable (points to bundled binary by default)"
189 }, 189 },
190 "rust-analyzer.excludeGlobs": { 190 "rust-analyzer.excludeGlobs": {
191 "type": "array", 191 "type": "array",
@@ -245,7 +245,7 @@
245 "Full log" 245 "Full log"
246 ], 246 ],
247 "default": "off", 247 "default": "off",
248 "description": "Trace requests to the ra_lsp_server" 248 "description": "Trace requests to the rust-analyzer"
249 }, 249 },
250 "rust-analyzer.lruCapacity": { 250 "rust-analyzer.lruCapacity": {
251 "type": [ 251 "type": [