Testing #286137
- Add the following setting:
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.type.class",
"settings": {
"lineHeight": 120,
"fontStyle": "italic strikethrough"
}
}
]
}
- ❌ 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.
