Skip to content

Commit

Permalink
Auto merge of #15672 - veber-alex:useRustcErrorCode_descriptio, r=lni…
Browse files Browse the repository at this point in the history
…cola

Improve useRustcErrorCode description

Fixes #15666
  • Loading branch information
bors committed Sep 27, 2023
2 parents 3b1b58c + 5b04a7d commit f93b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit f93b6ac

Please sign in to comment.