about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Veber <alexveber@gmail.com>2023-09-27 18:33:22 +0300
committerGitHub <noreply@github.com>2023-09-27 18:33:22 +0300
commit5b04a7d338045fc2f0bbf0f8fd852cc70cf9869b (patch)
tree6ef99fd76f4afe1d6fa9e772752f250f3c614404
parent6c907e1e207cd4fc4a60432c7f2c05394efe63e8 (diff)
downloadrust-5b04a7d338045fc2f0bbf0f8fd852cc70cf9869b.tar.gz
rust-5b04a7d338045fc2f0bbf0f8fd852cc70cf9869b.zip
Update editors/code/package.json
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
-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 5b6572dd867..63958856634 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"
                 },