diff options
author | Aleksey Kladov <[email protected]> | 2020-04-02 13:39:37 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-02 13:39:37 +0100 |
commit | 407ab946ab5957ac92609b558c7ec15f0dfbb69a (patch) | |
tree | 9ac0c488c7c9b47870458a389d5bedf0d93b73ae /editors/code | |
parent | 8a788c764f579361debd5ec7894fa164f5a84630 (diff) |
better wording
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index e1c34c6ad..9c8cca615 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -278,7 +278,7 @@ | |||
278 | "items": { | 278 | "items": { |
279 | "type": "string" | 279 | "type": "string" |
280 | }, | 280 | }, |
281 | "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command must include `--message=format=json`." | 281 | "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option." |
282 | }, | 282 | }, |
283 | "rust-analyzer.checkOnSave.allTargets": { | 283 | "rust-analyzer.checkOnSave.allTargets": { |
284 | "type": "boolean", | 284 | "type": "boolean", |