mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-10 17:43:38 -05:00
Schedule a deferred editor render at the end of CodeBlockPart.render() to ensure view lines are painted even when earlier render passes were dropped (e.g. when isConnected is false during initial render). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>