You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@
467
467
"type": "boolean"
468
468
},
469
469
"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)'",
0 commit comments