-
Notifications
You must be signed in to change notification settings - Fork 39k
Decoration not applied to diff editors when "fontWeight" decoration is set #287011
Copy link
Copy link
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
Does this issue occur when all extensions are disabled?: I don't know how to reproduce it without extensions because I'm using an extension for applying these decorations.
- VS Code Version: 1.107.1
- OS Version: macOS 12.5.1 (Monterey)
Steps to Reproduce:
- I have my "Highlight" extension installed.
- The default configuration for it should be able to reproduce the issue.
- Put two files in a comparison editor, I use my "Diff" extension for that.
- Write a todo like this somewhere in either file: "//TODO: askdjnaskjdn"
- Notice how the "//TODO:" part of is is not decorated, but the rest of is.
- Notice how removing the "fontWeight" decoration from the setting actually causes the whole thing to be highlighted, but it should just work with that decoration too, no idea why that breaks it.
Screen recording of me reproducing the issue:
Screen.Recording.2026-01-11.at.16.00.25.mov
Reactions are currently unavailable
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug