Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jez9999 opened this issue Sep 5, 2022 · 1 comment
Closed

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

jez9999 opened this issue Sep 5, 2022 · 1 comment
Labels
bug caused by vscode The issue was caused by a VS Code update depends on Depends on issues from VS Code duplicate

Comments

@jez9999
Copy link

jez9999 commented Sep 5, 2022

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.

@jez9999 jez9999 added the bug label Sep 5, 2022
@alefragnani alefragnani added duplicate depends on Depends on issues from VS Code caused by vscode The issue was caused by a VS Code update labels Sep 5, 2022
@alefragnani
Copy link
Owner

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 microsoft/vscode#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug caused by vscode The issue was caused by a VS Code update depends on Depends on issues from VS Code duplicate
Projects
None yet
Development

No branches or pull requests

2 participants