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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -993,6 +993,19 @@
993
993
}
994
994
}
995
995
},
996
+
{
997
+
"title": "Cargo",
998
+
"properties": {
999
+
"rust-analyzer.cargo.metadataExtraArgs": {
1000
+
"markdownDescription": "Extra arguments passed only to `cargo metadata`, not to other cargo invocations.\nUseful for flags like `--config` that `cargo metadata` supports.",
0 commit comments