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

coverage gutter hides breakpoints #162

Closed b3b00 closed 6 years ago

b3b00 commented 6 years ago

Hi,

First thanks for your great vscode extension. My only concern is that when activated coverage gutters hides breakpoints (I am mainly using vscode for c# dev), which complicates the debug process. Is it possible to workaround this ?

ryanluker commented 6 years ago

@b3b00 you can disable the gutters and add line based coverage to get around this issue. https://github.com/ryanluker/vscode-coverage-gutters#tips-and-tricks hopefully that helps!

b3b00 commented 6 years ago

thanks it helps.