mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Implements token correction.
This commit is contained in:
@@ -148,7 +148,7 @@ function createLineBreaks(requests: string[], fontInfo: FontInfo, tabSize: numbe
|
||||
}
|
||||
}
|
||||
|
||||
result[i] = new LineBreakData(breakOffsets, breakOffsetsVisibleColumn, wrappedTextIndentLength);
|
||||
result[i] = new LineBreakData(breakOffsets, breakOffsetsVisibleColumn, wrappedTextIndentLength, null, null, null);
|
||||
}
|
||||
|
||||
document.body.removeChild(containerDomNode);
|
||||
|
||||
Reference in New Issue
Block a user