vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Cannot add or remove breakpoints when the heatmap is toggled on

Open JasonJamal opened this issue 4 years ago • 4 comments

  • GitLens Version: [11.6.0] - 2021-07-13
  • Git Version: 2.30.1.windows.1
  • VSCode Version: 1.60.1
  • OS Version: Windows 10 Enterprise

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 avatar Sep 17 '21 14:09 JasonJamal

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

JasonJamal avatar Sep 22 '21 13:09 JasonJamal

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!

eamodio avatar Dec 22 '21 07:12 eamodio

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

PindaPixel avatar May 27 '22 13:05 PindaPixel

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

eamodio avatar Jun 01 '22 05:06 eamodio