Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1cbbe9ee71..18fa7f2f4c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -309,7 +309,10 @@
"object"
],
"additionalProperties": {
- "type": ["string", "number"]
+ "type": [
+ "string",
+ "number"
+ ]
},
"default": null,
"markdownDescription": "Extra environment variables that will be passed to the rust-analyzer executable. Useful for passing e.g. `RA_LOG` for debugging."