about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Veber <alexveber@gmail.com>2023-09-27 02:19:50 +0300
committerGitHub <noreply@github.com>2023-09-27 02:19:50 +0300
commit6c907e1e207cd4fc4a60432c7f2c05394efe63e8 (patch)
tree7f1ec3ef2a30f9555b076fc8f4d6de0792f2e43d
parent3b1b58c225d35414d90078dc7e06ca74a49cad0c (diff)
downloadrust-6c907e1e207cd4fc4a60432c7f2c05394efe63e8.tar.gz
rust-6c907e1e207cd4fc4a60432c7f2c05394efe63e8.zip
Improve useRustcErrorCode description
-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..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"
                 },