-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Diff: arrow and breakpoint do not work well together #180789
Comments
Yeah, I plan to tackle introducing glyph widgets in the margin next iteration, we cannot yet discern the click target. Would it make sense to disable a revert on click when there are multiple decorations for now? |
On second thought, it might be worse to disable a click to revert when there's also a breakpoint, especially since there's no contributed command in the context menu for reverting that can be used as a fallback. I expect to address this by allowing decorations to have dedicated click targets, therefore assigning to May. |
Superseded by #185814 |
Clicking the breakpoint executes the revert action it seems. Looks like click handlers are not yet separate.
The text was updated successfully, but these errors were encountered: