Skip to content

Custom line height not applied when opening files in diff editor #289140

@aiday-mar

Description

@aiday-mar
  • Configure:
"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "entity.name.type.class",
      "settings": {
        "fontSize": 3,
        "lineHeight": 3
      }
    }
  ]
}
  • Open fresh files with classes in the diff editor after making a change
  • 🐛 Observe the line height is not getting applied

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugfont-token-customizationverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions