Unnamed repository; edit this file 'description' to name the repository.
Update editors/code/package.json
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Alex Veber 2023-09-27
parent 6c907e1 · commit 5b04a7d
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 5b6572dd86..6395885663 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -467,7 +467,7 @@
"type": "boolean"
},
"rust-analyzer.diagnostics.useRustcErrorCode": {
- "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)'",
+ "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"
},