Auto merge of #15672 - veber-alex:useRustcErrorCode_descriptio, r=lnicola

Improve useRustcErrorCode description

Fixes #15666
This commit is contained in:
bors 2023-09-27 17:05:17 +00:00
commit f93b6acb7f

View File

@ -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"
},