about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-12-22 11:36:53 +0100
committerLukas Wirth <lukastw97@gmail.com>2024-12-22 12:10:48 +0100
commitb08d1f93ce2e6ef97fe6a38cb4d6ba41487faa41 (patch)
tree5c5a35a85d75e6a6232a7cf179834d2935b56aa2 /src/tools/rust-analyzer/editors/code
parentb694ff3d15736641a576da3feafb83fab612420d (diff)
downloadrust-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.json2
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"
                     }