mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
better wording
This commit is contained in:
parent
8a788c764f
commit
407ab946ab
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command must include `--message=format=json`."
|
||||
"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": {
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Reference in a new issue