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: src/tools/rust-analyzer/editors/code/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1098,7 +1098,7 @@
1098
1098
"title": "check",
1099
1099
"properties": {
1100
1100
"rust-analyzer.check.workspace": {
1101
-
"markdownDescription": "Whether `--workspace` should be passed to `cargo check`.\nIf false, `-p <package>` will be passed instead.",
1101
+
"markdownDescription": "Whether `--workspace` should be passed to `cargo check`.\nIf false, `-p <package>` will be passed instead if applicable. In case it is not, no\ncheck will be performed.",
0 commit comments