vscode-whiteviz
vscode-whiteviz copied to clipboard
Whitespace not visualizing past the first closed fold on the screen.
trafficstars
Whitespace is only visualized up to the first closed fold within the selected region that is fully visible on screen.

Could you try changing whiteviz.limitToVisibleRange to false and increase some of the limit?
Setting whitevix.limitToVisibleRange to false seems to avoid the issue. Maybe a bug in calculating what is visible?
That's being done by VSCode itself. Though might need to take a look on what VSCode returned when the extension called the API.