aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 4bae5d647..3e55a3523 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -288,6 +288,14 @@
288 "default": null, 288 "default": null,
289 "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then `#rust-analyzer.updates.channel#` setting is not used" 289 "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then `#rust-analyzer.updates.channel#` setting is not used"
290 }, 290 },
291 "rust-analyzer.server.extraEnv": {
292 "type": [
293 "null",
294 "object"
295 ],
296 "default": null,
297 "markdownDescription": "Extra environment variables that will be passed to the rust-analyzer executable. Useful for passing e.g. `RA_LOG` for debugging."
298 },
291 "rust-analyzer.trace.server": { 299 "rust-analyzer.trace.server": {
292 "type": "string", 300 "type": "string",
293 "scope": "window", 301 "scope": "window",