fix: Properly check if workspace flychecking is allowed

This commit is contained in:
Lukas Wirth 2024-12-22 11:36:53 +01:00
parent f4cafbb678
commit 1962cae609
5 changed files with 13 additions and 8 deletions

View file

@ -1098,7 +1098,7 @@
"title": "check",
"properties": {
"rust-analyzer.check.workspace": {
"markdownDescription": "Whether `--workspace` should be passed to `cargo check`.\nIf false, `-p <package>` will be passed instead.",
"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.",
"default": true,
"type": "boolean"
}