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
+6-6
Original file line number
Diff line number
Diff line change
@@ -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