html.experimental.custom.tags/attributes for Microsoft/vscode#62976

This commit is contained in:
Pine Wu
2018-11-28 16:34:12 -08:00
parent 3725e59112
commit d198091b68
7 changed files with 139 additions and 16 deletions

View File

@@ -31,6 +31,14 @@
"type": "object",
"title": "HTML",
"properties": {
"html.experimental.custom.tags": {
"type": "array",
"description": "A list of JSON file paths that define custom tags"
},
"html.experimental.custom.attributes": {
"type": "array",
"description": "A list of JSON file paths that define custom attributes"
},
"html.format.enable": {
"type": "boolean",
"scope": "window",
@@ -124,12 +132,14 @@
"description": "%html.format.wrapAttributes.desc%"
},
"html.suggest.angular1": {
"deprecationMessage": "Angular 1 is obsolete and Angular completion will be removed.",
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%html.suggest.angular1.desc%"
},
"html.suggest.ionic": {
"deprecationMessage": "Ionic 1 is obsolete and Ionic completion will be removed.",
"type": "boolean",
"scope": "resource",
"default": false,