gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
9.03k stars 1.35k forks source link

Cannot add or remove breakpoints when the heatmap is toggled on #1641

Open JasonJamal opened 3 years ago

JasonJamal commented 3 years ago

Steps to Reproduce:

  1. Try to add breakpoints when the heatmap is toggled on
  2. Add breakpoints when the heatmap is toggled off
  3. Try to remove breakpoints when the heatmap is toggled on

image ^^^ You cannot remove these or add new ones in this view.

JasonJamal commented 3 years ago

It seems you can add a breakpoint by using the add breakpoint shortcut (F9). But not by clicking on the breakpoint sidebar.

eamodio commented 2 years ago

Unfortunately GitLens doesn't have the ability to change that behavior. But this feels like a regression in VS Code as I swear that the breakpoint gutter decorator was higher priority than any extension decorations. Could you please open an issue on the VS Code repository about this? Thank you!

PindaPixel commented 2 years ago

Experiencing the same on MacOS, did an issue end up being made on the VS Code repo? I can't find any.

eamodio commented 2 years ago

Here are the related VS Code issues: https://github.com/microsoft/vscode/issues/5923 https://github.com/microsoft/vscode/issues/95992