vscode-gitlens
vscode-gitlens copied to clipboard
Cannot add or remove breakpoints when the heatmap is toggled on
- 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:
- Try to add breakpoints when the heatmap is toggled on
- Add breakpoints when the heatmap is toggled off
- Try to remove breakpoints when the heatmap is toggled on
^^^ You cannot remove these or add new ones in this view.
It seems you can add a breakpoint by using the add breakpoint shortcut (F9). But not by clicking on the breakpoint sidebar.
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!
Experiencing the same on MacOS, did an issue end up being made on the VS Code repo? I can't find any.
Here are the related VS Code issues: https://github.com/microsoft/vscode/issues/5923 https://github.com/microsoft/vscode/issues/95992