mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Update to match new enum
This commit is contained in:
@@ -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`",
|
||||
|
||||
Reference in New Issue
Block a user