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
Copy file name to clipboardExpand all lines: editors/code/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,11 @@
442
442
"default": true,
443
443
"type": "boolean"
444
444
},
445
+
"rust-analyzer.cargo.extraEnv": {
446
+
"markdownDescription": "Extra environment variables that will be set when running cargo, rustc\nor other commands within the workspace. Useful for setting RUSTFLAGS.",
447
+
"default": {},
448
+
"type": "object"
449
+
},
445
450
"rust-analyzer.cargo.features": {
446
451
"markdownDescription": "List of features to activate.\n\nSet this to `\"all\"` to pass `--all-features` to cargo.",
447
452
"default": [],
@@ -514,6 +519,11 @@
514
519
"type": "string"
515
520
}
516
521
},
522
+
"rust-analyzer.checkOnSave.extraEnv": {
523
+
"markdownDescription": "Extra environment variables that will be set when running `cargo check`.",
524
+
"default": {},
525
+
"type": "object"
526
+
},
517
527
"rust-analyzer.checkOnSave.features": {
518
528
"markdownDescription": "List of features to activate. Defaults to\n`#rust-analyzer.cargo.features#`.\n\nSet to `\"all\"` to pass `--all-features` to Cargo.",
0 commit comments