Skip to content

Commit c3b48c7

Browse files
committed
Update tests
1 parent 221a55e commit c3b48c7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/user/generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Activate all available features (`--all-features`).
5454
--
5555
Unsets `#[cfg(test)]` for the specified crates.
5656
--
57+
[[rust-analyzer.cargo.disableTest]]rust-analyzer.cargo.disableTest (default: `false`)::
58+
+
59+
--
60+
Disables `#[cfg(test)]` for all crates (this overwrites unsetTest).
61+
--
5762
[[rust-analyzer.cargo.features]]rust-analyzer.cargo.features (default: `[]`)::
5863
+
5964
--

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,11 @@
463463
"type": "string"
464464
}
465465
},
466+
"rust-analyzer.cargo.disableTest": {
467+
"markdownDescription": "Disables `#[cfg(test)]` for all crates (this overwrites unsetTest).",
468+
"default": false,
469+
"type": "boolean"
470+
},
466471
"rust-analyzer.cargo.features": {
467472
"markdownDescription": "List of features to activate.",
468473
"default": [],

0 commit comments

Comments
 (0)