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 blocks breakpoints #382

Closed junalmeida closed 1 year ago

junalmeida commented 1 year ago

Describe the bug When coverage gutter is shown, breakpoints can't be enabled or disabled.

To Reproduce Steps to reproduce the behaviour:

  1. Enable a coverage gutter
  2. Try to set or remove a breakpoint when gutter appears

Expected behaviour I've seen a GitHub extension that also shows UI widgets on the gutter area that does not block the use of breakpoints, so I expect something like that.

Screenshots

Desktop (please complete the following information):

Additional context

ryanluker commented 1 year ago

@junalmeida Thanks for the issue! This is a known current issue afaik but it might have been fixed by microsoft 🤔. https://github.com/ryanluker/vscode-coverage-gutters/issues?q=is%3Aissue+is%3Aclosed+breakpoint

In the meantime, you can follow the tips n tricks section here on how to use a workaround. https://github.com/ryanluker/vscode-coverage-gutters#tips-and-tricks

ryanluker commented 1 year ago

Closing due to this being a known issue.