mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
autoCreateQuotes: Mention attributeDefaultValue
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
|
||||
"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.autoCreateQuotes": "Enable/disable auto creation of quotes for HTML attribute assignment.",
|
||||
"html.autoCreateQuotes": "Enable/disable auto creation of quotes for HTML attribute assignment. The type of quotes can be configured by `#html.completion.attributeDefaultValue#`.",
|
||||
"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 \"\".",
|
||||
|
||||
Reference in New Issue
Block a user