Skip to content

Commit f93b6ac

Browse files
committed
Auto merge of #15672 - veber-alex:useRustcErrorCode_descriptio, r=lnicola
Improve useRustcErrorCode description Fixes #15666
2 parents 3b1b58c + 5b04a7d commit f93b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"type": "boolean"
468468
},
469469
"rust-analyzer.diagnostics.useRustcErrorCode": {
470-
"markdownDescription": "Whether to use the rustc error code.",
470+
"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)'",
471471
"default": false,
472472
"type": "boolean"
473473
},

0 commit comments

Comments
 (0)