alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 163 forks source link

[BUG] - Bookmark on a line prevents click to toggle breakpoint #555

Closed jez9999 closed 1 year ago

jez9999 commented 1 year ago

When a line is bookmarked, the bookmark appears behind a debug breakpoint (red dot). You then can't click the red dot to toggle it on/off.

alefragnani commented 1 year ago

Hi @jez9999 ,

This issue is caused by VS Code (first reported in #56), and unfortunately, there is nothing I can do on my side. The extension doesn't have any control about the click event. In fact, I wish I had, because I could add a add bookmark with mouse click option 😃

It is being tracked in https://github.com/microsoft/vscode/issues/5923, and besides the original visual issue has been partially solved by VS Code, the click still doesn't.

So, we just have to wait until VS Code itself fixes it, or expose any click event handler to extensions.

Hope this helps