diff options
-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", |