mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix #79844
This commit is contained in:
@@ -41,16 +41,6 @@
|
||||
},
|
||||
"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.",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": "resource",
|
||||
"deprecationMessage": "This setting is no longe experimental. Use `html.customData` instead."
|
||||
},
|
||||
"html.format.enable": {
|
||||
"type": "boolean",
|
||||
"scope": "window",
|
||||
|
||||
Reference in New Issue
Block a user