mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-15 21:34:19 +00:00
Improve useRustcErrorCode description
This commit is contained in:
parent
3b1b58c225
commit
6c907e1e20
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue