mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
[html] script end tag is not correctly indented. Fixes #16650
This commit is contained in:
@@ -208,7 +208,6 @@ connection.onDocumentRangeFormatting(formatParams => {
|
||||
ranges.forEach(r => {
|
||||
let mode = r.mode;
|
||||
if (mode && mode.format && enabledModes[mode.getId()] && !r.attributeValue) {
|
||||
console.log(mode.getId());
|
||||
let edits = mode.format(document, r, formatParams.options);
|
||||
pushAll(result, edits);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user