Update to match new enum

This commit is contained in:
Stephen Sigwart
2021-09-29 23:16:07 -04:00
parent c5d3ad08f0
commit ba48f5c1f0
3 changed files with 8 additions and 13 deletions

View File

@@ -29,8 +29,8 @@
"html.validate.styles": "Controls whether the built-in HTML language support validates embedded styles.",
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags.",
"html.completion.attributeDefaultValue": "Controls the default value for attributes when completion is accepted.",
"html.completion.attributeDefaultValue.doubleQuotes": "Attribute value is set to \"\".",
"html.completion.attributeDefaultValue.singleQuotes": "Attribute value is set to ''.",
"html.completion.attributeDefaultValue.doublequotes": "Attribute value is set to \"\".",
"html.completion.attributeDefaultValue.singlequotes": "Attribute value is set to ''.",
"html.completion.attributeDefaultValue.empty": "Attribute value is not set.",
"html.mirrorCursorOnMatchingTag": "Enable/disable mirroring cursor on matching HTML tag.",
"html.mirrorCursorOnMatchingTagDeprecationMessage": "Deprecated in favor of `editor.linkedEditing`",