oderwat / vscode-indent-rainbow

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

Fixed issue where highlight overlapped text #93

Closed gbrunow closed 3 years ago

gbrunow commented 4 years ago

Alternative to PR #92.

oderwat commented 4 years ago

I guess you mean PR #91.

I think that one may not need to summon math.min() for every line. I guess it will be faster as if(shrinkBars && n > l) n=l.

oderwat commented 3 years ago

Implemented through #98