Skip to content

Commit 6c907e1

Browse files
authored
Improve useRustcErrorCode description
1 parent 3b1b58c commit 6c907e1

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)