ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Multiple decorations in a row sometimes generate 1 pixel blank lines #278

Closed comerc closed 3 years ago

comerc commented 3 years ago

Снимок экрана от 2020-10-22 23-57-02

ryanluker commented 3 years ago

@comerc Thank you for submitting a ticket! I am not sure how much I can assist with fixing this though given the vscode api for setting a decoration (in this case a line coloration) is probably the one at fault :thinking: . If there is something we can adjust on our end then we could investigate making changes but I am not confident on that path unless something has changed recently with the api https://code.visualstudio.com/api/references/vscode-api#361.

ryanluker commented 3 years ago

Closing due to this being more of a vscode api issue but happy to reopen if it is something I can fix on our side in the extension!