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

Breakpoints stuck under line numbers #221478

Closed
lramos15 opened this issue Jul 11, 2024 · 1 comment · Fixed by #221494
Closed

Breakpoints stuck under line numbers #221478

lramos15 opened this issue Jul 11, 2024 · 1 comment · Fixed by #221494
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@lramos15
Copy link
Member

I notice on the latest insiders now when I start and stop debugging the breakpoints are ending up below the line numbers instead of the gutter

Image

@connor4312
Copy link
Member

connor4312 commented Jul 11, 2024

@justschen this CSS rule applies to all glyph margin widgets, maybe you want to scope it more specifically for the lightbulb widget?

.monaco-editor .glyph-margin-widgets .cgmr {
display: block;
cursor: pointer;
opacity: 1;
transition: opacity .2s ease-in-out;
}

This is overriding what was the default styling for glyph margin widgets.

@connor4312 connor4312 assigned justschen and unassigned connor4312 Jul 11, 2024
@connor4312 connor4312 added the bug Issue identified by VS Code Team member as probable bug label Jul 11, 2024
@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Jul 11, 2024
@vscodenpa vscodenpa added this to the July 2024 milestone Jul 11, 2024
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jul 12, 2024
@lramos15 lramos15 added the verified Verification succeeded label Jul 24, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants