Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f46c7ea92d..1cbbe9ee71 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -308,6 +308,9 @@
"null",
"object"
],
+ "additionalProperties": {
+ "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."
},