File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ Activate all available features (`--all-features`).
54
54
--
55
55
Unsets `#[cfg(test)]` for the specified crates.
56
56
--
57
+ [[rust-analyzer.cargo.disableTest]]rust-analyzer.cargo.disableTest (default: `false` )::
58
+ +
59
+ --
60
+ Disables `#[cfg(test)]` for all crates (this overwrites unsetTest).
61
+ --
57
62
[[rust-analyzer.cargo.features]]rust-analyzer.cargo.features (default: `[]` )::
58
63
+
59
64
--
Original file line number Diff line number Diff line change 463
463
"type" : " string"
464
464
}
465
465
},
466
+ "rust-analyzer.cargo.disableTest" : {
467
+ "markdownDescription" : " Disables `#[cfg(test)]` for all crates (this overwrites unsetTest)." ,
468
+ "default" : false ,
469
+ "type" : " boolean"
470
+ },
466
471
"rust-analyzer.cargo.features" : {
467
472
"markdownDescription" : " List of features to activate." ,
468
473
"default" : [],
You can’t perform that action at this time.
0 commit comments