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

Breakpoints are hidden by coverage indicator #95

Closed PatrickRoumanoff closed 6 years ago

PatrickRoumanoff commented 7 years ago

Maybe there is way to provide a gutter decoration that is compatible with breakpoints?

ryanluker commented 7 years ago

Last I checked there wasnt a gutter decoration that played nice with breakpoints sadly ☹️ . Another user had similar issues and I got him a fix in version 1.1.2. That fix should allow you to use line coverage and breakpoints https://github.com/ryanluker/vscode-coverage-gutters/issues/87 . Let me know if this fixes your issue.

ryanluker commented 6 years ago

@PatrickRoumanoff going to close this issue unless the gutter icon api changed recently (the workaround I mentioned should still work in the meantime). I will keep this issue in mind though as vscode releases more versions!