diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-04 15:44:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-04 15:44:41 +0100 |
commit | a1ccd09d4bf2b08313620f43de85cf0778f459e4 (patch) | |
tree | e6298e0ccb5351574137f09d09ef9da8a6353440 | |
parent | a559459fb0c86ef1eb66dabe6e0c6208ff4a6e42 (diff) | |
parent | 7330b8da63cdfa9a2dbf8c169b7ddb7ec4a906a9 (diff) |
Merge #4301
4301: Fix typo in markdownDescription r=matklad a=szunami
Co-authored-by: szunami <[email protected]>
-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", |