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
"markdownDescription": "Compilation targets override (target triples).\nSetting this with multiple elements is like passing multiple\n`--target` flags to `cargo`, only available on Rust 1.64.0+.",
478
+
"default": [],
479
+
"type": "array",
480
+
"items": {
481
+
"type": "string"
482
+
}
483
483
},
484
484
"rust-analyzer.cargo.unsetTest": {
485
485
"markdownDescription": "Unsets `#[cfg(test)]` for the specified crates.",
@@ -563,12 +563,12 @@
563
563
}
564
564
},
565
565
"rust-analyzer.checkOnSave.target": {
566
-
"markdownDescription": "Check for a specific target. Defaults to\n`#rust-analyzer.cargo.target#`.",
567
-
"default": null,
568
-
"type": [
569
-
"null",
570
-
"string"
571
-
]
566
+
"markdownDescription": "Check for specific targets. Defaults to\n`#rust-analyzer.cargo.targets#`.",
567
+
"default": [],
568
+
"type": "array",
569
+
"items": {
570
+
"type": "string"
571
+
}
572
572
},
573
573
"rust-analyzer.completion.autoimport.enable": {
574
574
"markdownDescription": "Toggles the additional completions that automatically add imports when completed.\nNote that your client must specify the `additionalTextEdits` LSP client capability to truly have this feature enabled.",
0 commit comments