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
+5
Original file line number
Diff line number
Diff line change
@@ -803,6 +803,11 @@
803
803
}
804
804
]
805
805
},
806
+
"rust-analyzer.check.workspace": {
807
+
"markdownDescription": "Whether `--workspace` should be passed to `cargo check`.\nIf false, `-p <package>` will be passed instead.",
808
+
"default": true,
809
+
"type": "boolean"
810
+
},
806
811
"rust-analyzer.completion.autoimport.enable": {
807
812
"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