mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
html.format.unformatted does not respect scripts. Fixes #16634
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, pre, q, samp, script, select, small, span, strong, sub, sup, textarea, tt, var",
|
||||
"default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, pre, q, samp, select, small, span, strong, sub, sup, textarea, tt, var",
|
||||
"description": "%html.format.unformatted.desc%"
|
||||
},
|
||||
"html.format.indentInnerHtml": {
|
||||
|
||||
Reference in New Issue
Block a user