about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRĂ¼diger Herrmann <ruediger.herrmann@gmx.de>2020-08-08 11:57:54 +0200
committerGitHub <noreply@github.com>2020-08-08 11:57:54 +0200
commitc04b2e39dacfea5c6ba158d842fb3b7f3e0db12b (patch)
tree0c99c2a67fa04f1b7c14f732b2f0889a7445541c
parent7a02cc8845ba4e9e3ec414283c60333143831733 (diff)
Fix typo in settings description
Remove a duplicate word from the description of the `warningsAsHint` setting.
-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 1adf055d0c0..ee5f96bf324 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -607,7 +607,7 @@
                     "items": {
                         "type": "string"
                     },
-                    "description": "List of warnings warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.",
+                    "description": "List of warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.",
                     "default": []
                 }
             }