Merge pull request #66306 from Microsoft/octref/html-workspace-folders

Handle workspace folder reading for custom HTML data
This commit is contained in:
Pine
2019-01-11 11:18:02 -08:00
committed by GitHub
3 changed files with 60 additions and 19 deletions

View File

@@ -33,11 +33,11 @@
"properties": {
"html.experimental.custom.tags": {
"type": "array",
"description": "A list of JSON file paths that define custom tags."
"description": "A list of JSON file paths that define custom tags. Only workspace folder setting will be read."
},
"html.experimental.custom.attributes": {
"type": "array",
"description": "A list of JSON file paths that define custom attributes."
"description": "A list of JSON file paths that define custom attributes. Only workspace folder setting will be read."
},
"html.format.enable": {
"type": "boolean",