Switch to settings.html.completion.attributeDefaultValue

This commit is contained in:
Stephen Sigwart
2021-08-18 21:20:50 -04:00
parent 40b976f056
commit c5d3ad08f0
3 changed files with 25 additions and 10 deletions

View File

@@ -38,6 +38,22 @@
"type": "object",
"title": "HTML",
"properties": {
"html.completion.attributeDefaultValue": {
"type": "string",
"scope": "resource",
"enum": [
"doubleQuotes",
"singleQuotes",
"empty"
],
"enumDescriptions": [
"%html.completion.attributeDefaultValue.doubleQuotes%",
"%html.completion.attributeDefaultValue.singleQuotes%",
"%html.completion.attributeDefaultValue.empty%"
],
"default": "doubleQuotes",
"description": "%html.completion.attributeDefaultValue%"
},
"html.customData": {
"type": "array",
"markdownDescription": "%html.customData.desc%",
@@ -188,12 +204,6 @@
"default": true,
"description": "%html.autoClosingTags%"
},
"html.doNotAddAttributeQuotes": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%html.doNotAddAttributeQuotes%"
},
"html.hover.documentation": {
"type": "boolean",
"scope": "resource",