mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 04:18:20 +00:00
Fix allFeatures config docs
This commit is contained in:
parent
a6ddf5fb80
commit
ff279f1e91
3 changed files with 8 additions and 8 deletions
|
|
@ -547,7 +547,7 @@
|
|||
"maximum": 255
|
||||
},
|
||||
"rust-analyzer.cargo.allTargets": {
|
||||
"markdownDescription": "Pass `--all-targets` to cargo invocation. Overridden by `#rust-analyzer.check.allTargets#`\nwhen the latter is set.",
|
||||
"markdownDescription": "Pass `--all-targets` to cargo invocation.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -712,7 +712,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.check.allTargets": {
|
||||
"markdownDescription": "Check all targets and tests (`--all-targets`). Overrides `#rust-analyzer.cargo.allTargets#`.",
|
||||
"markdownDescription": "Check all targets and tests (`--all-targets`). Defaults to\n`#rust-analyzer.cargo.allTargets#`.",
|
||||
"default": null,
|
||||
"type": [
|
||||
"null",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue