Skip to content

Default semantic token styles do not honour custom line heights or font sizes from TextMate themes #286157

@benibenj

Description

@benibenj

Testing #286137

  1. Add the following setting:
"editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "entity.name.type.class",
        "settings": {
            "lineHeight": 120,
            "fontStyle": "italic strikethrough"
        }
      }
    ]
  }
  1. ❌ See how it only changes the line height for some of the instances, but makes all of them italic and strikethrough. This seems a little odd to me. I would expect it to apply the same to all instances.
Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions