mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Fix typo in markdownDescription
This commit is contained in:
parent
a559459fb0
commit
7330b8da63
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
},
|
},
|
||||||
"default": null,
|
"default": null,
|
||||||
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option."
|
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message-format=json` or similar option."
|
||||||
},
|
},
|
||||||
"rust-analyzer.checkOnSave.allTargets": {
|
"rust-analyzer.checkOnSave.allTargets": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in a new issue