oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
406 stars 53 forks source link

empty lines not showing the colors #166

Closed Aquarii closed 10 months ago

Aquarii commented 10 months ago

the default lines are there but the colors aren't. (see the pic) any solution? image

Aquarii commented 10 months ago

it's because of "trim trailing whitespace" setting in vscode. but any way to fix it?

oderwat commented 10 months ago

No, and I don't want to have lines where no whitespace is in the file. It should reflect what is there. The "lines" mode also was not the original mode and if you use the plugin as originally designed you probably would not want to have "blocks of color" in those empty lines.

Aquarii commented 10 months ago

got it. though it'd be nice if there was an option for that.