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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,12 @@
308
308
"null",
309
309
"object"
310
310
],
311
+
"additionalProperties": {
312
+
"type": [
313
+
"string",
314
+
"number"
315
+
]
316
+
},
311
317
"default": null,
312
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