Merge pull request #129284 from ssigwart/noQuotes

Add doNotAddAttributeQuotes setting to disable automatic quotes
This commit is contained in:
Martin Aeschlimann
2021-10-15 19:56:02 +02:00
committed by GitHub
3 changed files with 21 additions and 0 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%",