surface latest jsbeatify settings. Fixes #84606. Fixes #79334

This commit is contained in:
Martin Aeschlimann
2020-11-16 17:50:20 +01:00
parent ec8e86a03e
commit 0b8a242be0
4 changed files with 33 additions and 5 deletions

View File

@@ -138,6 +138,31 @@
],
"description": "%html.format.wrapAttributes.desc%"
},
"html.format.wrapAttributesIndentSize": {
"type": [
"number",
"null"
],
"scope": "resource",
"default": "null",
"description": "%html.format.wrapAttributesIndentSize.desc%"
},
"html.format.templating": {
"type": [
"boolean"
],
"scope": "resource",
"default": false,
"description": "%html.format.templating.desc%"
},
"html.format.unformattedContentDelimiter": {
"type": [
"string"
],
"scope": "resource",
"default": "",
"markdownDescription": "%html.format.unformattedContentDelimiter.desc%"
},
"html.suggest.html5": {
"type": "boolean",
"scope": "resource",