aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPaul Daniel Faria <[email protected]>2020-07-03 14:12:20 +0100
committerPaul Daniel Faria <[email protected]>2020-07-03 14:12:20 +0100
commitbc11d46230046c2d78bf24c6a68a72dcc691e44f (patch)
tree04b455b8cf74ac20b420c9f90e5f64926421c565 /editors
parentf51b0cfdd6c23dd57a0a11154179730171c0425d (diff)
Fix typo in description of vscode setting
Diffstat (limited to 'editors')
-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 af0a5c851..938df475f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -554,7 +554,7 @@
554 "items": { 554 "items": {
555 "type": "string" 555 "type": "string"
556 }, 556 },
557 "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 te problems panel.", 557 "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.",
558 "default": [] 558 "default": []
559 } 559 }
560 } 560 }