mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Switch to settings.html.completion.attributeDefaultValue
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
"html.validate.scripts": "Controls whether the built-in HTML language support validates embedded scripts.",
|
||||
"html.validate.styles": "Controls whether the built-in HTML language support validates embedded styles.",
|
||||
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags.",
|
||||
"html.doNotAddAttributeQuotes": "Controls whether quotes are automatically added when completing an attribute.",
|
||||
"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.empty": "Attribute value is not set.",
|
||||
"html.mirrorCursorOnMatchingTag": "Enable/disable mirroring cursor on matching HTML tag.",
|
||||
"html.mirrorCursorOnMatchingTagDeprecationMessage": "Deprecated in favor of `editor.linkedEditing`",
|
||||
"html.hover.documentation": "Show tag and attribute documentation in hover.",
|
||||
|
||||
Reference in New Issue
Block a user