Skip to content

Font size does not apply in custom token customization #286154

@benibenj

Description

@benibenj

Testing #286137

  1. Set the following setting:
  "editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": "entity.name.type.class",
            "settings": {
                "fontSize": "50px",
                "lineHeight": 60,
                "fontStyle": "bold"
            }
        }
    ]
  }
  1. fontStyle and lineHeight correctly apply/render
  2. fontSize does not apply/change
Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions