mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
html.experimental.custom.tags/attributes for Microsoft/vscode#62976
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user