about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-27 17:05:17 +0000
committerbors <bors@rust-lang.org>2023-09-27 17:05:17 +0000
commitf93b6acb7ff149c8dda6d444a9b32ea9240af382 (patch)
tree6ef99fd76f4afe1d6fa9e772752f250f3c614404
parent3b1b58c225d35414d90078dc7e06ca74a49cad0c (diff)
parent5b04a7d338045fc2f0bbf0f8fd852cc70cf9869b (diff)
downloadrust-f93b6acb7ff149c8dda6d444a9b32ea9240af382.tar.gz
rust-f93b6acb7ff149c8dda6d444a9b32ea9240af382.zip
Auto merge of #15672 - veber-alex:useRustcErrorCode_descriptio, r=lnicola
Improve useRustcErrorCode description

Fixes #15666
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 856d69d7eb8..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 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"
                 },