mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Merge pull request #66306 from Microsoft/octref/html-workspace-folders
Handle workspace folder reading for custom HTML data
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user