Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f46c7ea92d..18fa7f2f4c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -308,6 +308,12 @@ "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." }, |