diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-12-22 11:36:53 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-12-22 12:10:48 +0100 |
| commit | b08d1f93ce2e6ef97fe6a38cb4d6ba41487faa41 (patch) | |
| tree | 5c5a35a85d75e6a6232a7cf179834d2935b56aa2 /src/tools/rust-analyzer/editors/code | |
| parent | b694ff3d15736641a576da3feafb83fab612420d (diff) | |
| download | rust-b08d1f93ce2e6ef97fe6a38cb4d6ba41487faa41.tar.gz rust-b08d1f93ce2e6ef97fe6a38cb4d6ba41487faa41.zip | |
fix: Properly check if workspace flychecking is allowed
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 469c1b458d5..df97efaae73 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -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" } |
