You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: editors/code/package.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,10 @@
309
309
"object"
310
310
],
311
311
"additionalProperties": {
312
-
"type": ["string", "number"]
312
+
"type": [
313
+
"string",
314
+
"number"
315
+
]
313
316
},
314
317
"default": null,
315
318
"markdownDescription": "Extra environment variables that will be passed to the rust-analyzer executable. Useful for passing e.g. `RA_LOG` for debugging."
0 commit comments