vscode-whiteviz icon indicating copy to clipboard operation
vscode-whiteviz copied to clipboard

Whitespace not visualizing past the first closed fold on the screen.

Open j-zeppenfeld opened this issue 7 years ago • 3 comments
trafficstars

Whitespace is only visualized up to the first closed fold within the selected region that is fully visible on screen.

image

j-zeppenfeld avatar Oct 17 '18 09:10 j-zeppenfeld

Could you try changing whiteviz.limitToVisibleRange to false and increase some of the limit?

spywhere avatar Oct 19 '18 14:10 spywhere

Setting whitevix.limitToVisibleRange to false seems to avoid the issue. Maybe a bug in calculating what is visible?

j-zeppenfeld avatar Oct 22 '18 11:10 j-zeppenfeld

That's being done by VSCode itself. Though might need to take a look on what VSCode returned when the extension called the API.

spywhere avatar Oct 23 '18 04:10 spywhere