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
+8
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,14 @@
511
511
"default": true,
512
512
"type": "boolean"
513
513
},
514
+
"rust-analyzer.cargo.extraArgs": {
515
+
"markdownDescription": "Extra arguments that are passed to every cargo invocation.",
516
+
"default": [],
517
+
"type": "array",
518
+
"items": {
519
+
"type": "string"
520
+
}
521
+
},
514
522
"rust-analyzer.cargo.extraEnv": {
515
523
"markdownDescription": "Extra environment variables that will be set when running cargo, rustc\nor other commands within the workspace. Useful for setting RUSTFLAGS.",
0 commit comments