Skip to content

Commit c04b2e3

Browse files
authored
Fix typo in settings description
Remove a duplicate word from the description of the `warningsAsHint` setting.
1 parent 7a02cc8 commit c04b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
"items": {
608608
"type": "string"
609609
},
610-
"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.",
610+
"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.",
611611
"default": []
612612
}
613613
}

0 commit comments

Comments
 (0)