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