-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
editor-renderingEditor rendering issuesEditor rendering issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplan
Milestone
Description
- VSCode Version: 1.0.0
- OS Version: any
Steps to Reproduce:
- Create a decoration type
window.createTextEditorDecorationType({ gutterIconPath: ... });
with an icon, decorate a line. - Set a breakpoint for the line. While the breakpoint works, the decoration type gutter icon is completely hiding it.
Ideally, there should be a way to see both (all) icons. I'm assuming the same issue happens if two different extensions set different icons for the same line. Atom and IntelliJ platform based IDEs solve this by allowing to create a plugin specific gutter/or just extending the gutter horizontally to fit all icons.
If the above mentioned solution is not desirable for some reason, then it should probably be allowed to set a gutter icon zIndex
for a decoration type. Or maybe the breakpoint icon should just take precedence and always be displayed above any extensions icons.
ahmedshuhel, jeromu, buzzdan, richie5um, asvetliakov and 169 more
Metadata
Metadata
Labels
editor-renderingEditor rendering issuesEditor rendering issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplan