From 407ab946ab5957ac92609b558c7ec15f0dfbb69a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 2 Apr 2020 14:39:37 +0200 Subject: better wording --- 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 e1c34c6ad..9c8cca615 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -278,7 +278,7 @@ "items": { "type": "string" }, - "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command must include `--message=format=json`." + "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