about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
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 1cbbe9ee71d..18fa7f2f4c7 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."