From 6c907e1e207cd4fc4a60432c7f2c05394efe63e8 Mon Sep 17 00:00:00 2001 From: Alex Veber Date: Wed, 27 Sep 2023 02:19:50 +0300 Subject: [PATCH 1/2] Improve useRustcErrorCode description --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 856d69d7eb8..5b6572dd867 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -467,7 +467,7 @@ "type": "boolean" }, "rust-analyzer.diagnostics.useRustcErrorCode": { - "markdownDescription": "Whether to use the rustc error code.", + "markdownDescription": "Whether to show diagnostics using the original rustc error code. If this is false all rustc diagnostics will have the code 'rustc(Click for full compiler diagnostics)'", "default": false, "type": "boolean" }, From 5b04a7d338045fc2f0bbf0f8fd852cc70cf9869b Mon Sep 17 00:00:00 2001 From: Alex Veber Date: Wed, 27 Sep 2023 18:33:22 +0300 Subject: [PATCH 2/2] Update editors/code/package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 5b6572dd867..63958856634 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -467,7 +467,7 @@ "type": "boolean" }, "rust-analyzer.diagnostics.useRustcErrorCode": { - "markdownDescription": "Whether to show diagnostics using the original rustc error code. If this is false all rustc diagnostics will have the code 'rustc(Click for full compiler diagnostics)'", + "markdownDescription": "Whether to show diagnostics using the original rustc error code. If this is false, all rustc diagnostics will have the code 'rustc(Click for full compiler diagnostics)'", "default": false, "type": "boolean" },