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 1cbd8d664..442b9de98 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -281,7 +281,7 @@ | |||
281 | "minItems": 1 | 281 | "minItems": 1 |
282 | }, | 282 | }, |
283 | "default": null, | 283 | "default": null, |
284 | "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option." | 284 | "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message-format=json` or similar option." |
285 | }, | 285 | }, |
286 | "rust-analyzer.checkOnSave.allTargets": { | 286 | "rust-analyzer.checkOnSave.allTargets": { |
287 | "type": "boolean", | 287 | "type": "boolean", |