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

cannot add a break point with mouse on the line in a python file with red or green cololer shows up on the left #292

Closed RonWuYi closed 3 years ago

RonWuYi commented 3 years ago

Capture PNGissue Describe the bug cannot add a break point with mouse

To Reproduce Steps to reproduce the behaviour:

  1. create an cov.xml file with pytest
  2. Open a python file
  3. Run Watch command
  4. Trying to add a break point with mouse on the green or red area(left side)

Expected behaviour cannot add a break point

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context F9 works fine

ryanluker commented 3 years ago

@RonWuYi thanks for the ticket! This is a known issue with vscode, there is a work around in the readme on how to activate the lines coverage https://github.com/ryanluker/vscode-coverage-gutters/issues/288#issuecomment-766398097 or https://github.com/ryanluker/vscode-coverage-gutters/issues/253 are some previous discussions on this.

RonWuYi commented 3 years ago

Known issue.