This commit is contained in:
Pine Wu
2019-08-27 09:25:15 -07:00
parent 04d52502b8
commit 739ae7737a
6 changed files with 80 additions and 4 deletions

View File

@@ -32,6 +32,15 @@
"type": "object",
"title": "HTML",
"properties": {
"html.customData": {
"type": "array",
"description": "%html.customData.desc%",
"default": [],
"items": {
"type": "string"
},
"scope": "resource"
},
"html.experimental.customData": {
"type": "array",
"description": "A list of JSON file paths that define custom tags, properties and other HTML syntax constructs. Only workspace folder setting will be read.",
@@ -39,7 +48,8 @@
"items": {
"type": "string"
},
"scope": "resource"
"scope": "resource",
"deprecationMessage": "This setting is no longe experimental. Use `html.customData` instead."
},
"html.format.enable": {
"type": "boolean",