mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Merge pull request #129284 from ssigwart/noQuotes
Add doNotAddAttributeQuotes setting to disable automatic quotes
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user