File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ config_data! {
71
71
/// How many worker threads to handle priming caches. The default `0` means to pick automatically.
72
72
cachePriming_numThreads: ParallelCachePrimingNumThreads = "0" ,
73
73
74
- /// Pass `--all-targets` to cargo invocation. Overridden by `#rust-analyzer.check.allTargets#`
75
- /// when the latter is set.
74
+ /// Pass `--all-targets` to cargo invocation.
76
75
cargo_allTargets: bool = "true" ,
77
76
/// Automatically refresh project info via `cargo metadata` on
78
77
/// `Cargo.toml` or `.cargo/config.toml` changes.
@@ -166,7 +165,8 @@ config_data! {
166
165
/// Run the check command for diagnostics on save.
167
166
checkOnSave | checkOnSave_enable: bool = "true" ,
168
167
169
- /// Check all targets and tests (`--all-targets`). Overrides `#rust-analyzer.cargo.allTargets#`.
168
+ /// Check all targets and tests (`--all-targets`). Defaults to
169
+ /// `#rust-analyzer.cargo.allTargets#`.
170
170
check_allTargets | checkOnSave_allTargets: Option <bool > = "null" ,
171
171
/// Cargo command to use for `cargo check`.
172
172
check_command | checkOnSave_command: String = "\" check\" " ,
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ How many worker threads to handle priming caches. The default `0` means to pick
22
22
[[rust-analyzer.cargo.allTargets]]rust-analyzer.cargo.allTargets (default: `true` )::
23
23
+
24
24
--
25
- Pass `--all-targets` to cargo invocation. Overridden by `#rust-analyzer.check.allTargets#`
26
- when the latter is set.
25
+ Pass `--all-targets` to cargo invocation.
27
26
--
28
27
[[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true` )::
29
28
+
@@ -173,7 +172,8 @@ Run the check command for diagnostics on save.
173
172
[[rust-analyzer.check.allTargets]]rust-analyzer.check.allTargets (default: `null` )::
174
173
+
175
174
--
176
- Check all targets and tests (`--all-targets` ). Overrides `#rust-analyzer.cargo.allTargets#` .
175
+ Check all targets and tests (`--all-targets` ). Defaults to
176
+ `#rust-analyzer.cargo.allTargets#` .
177
177
--
178
178
[[rust-analyzer.check.command]]rust-analyzer.check.command (default: `"check"` )::
179
179
+
Original file line number Diff line number Diff line change 547
547
"maximum" : 255
548
548
},
549
549
"rust-analyzer.cargo.allTargets" : {
550
- "markdownDescription" : " Pass `--all-targets` to cargo invocation. Overridden by `#rust-analyzer.check.allTargets#` \n when the latter is set. " ,
550
+ "markdownDescription" : " Pass `--all-targets` to cargo invocation." ,
551
551
"default" : true ,
552
552
"type" : " boolean"
553
553
},
712
712
"type" : " boolean"
713
713
},
714
714
"rust-analyzer.check.allTargets" : {
715
- "markdownDescription" : " Check all targets and tests (`--all-targets`). Overrides `#rust-analyzer.cargo.allTargets#`." ,
715
+ "markdownDescription" : " Check all targets and tests (`--all-targets`). Defaults to \n `#rust-analyzer.cargo.allTargets#`." ,
716
716
"default" : null ,
717
717
"type" : [
718
718
" null" ,
You can’t perform that action at this time.
0 commit comments