From 7330b8da63cdfa9a2dbf8c169b7ddb7ec4a906a9 Mon Sep 17 00:00:00 2001 From: szunami Date: Mon, 4 May 2020 10:27:59 -0400 Subject: Fix typo in markdownDescription --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') 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 @@ "minItems": 1 }, "default": null, - "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option." + "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", -- cgit v1.2.3