-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfont-token-customizationinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
Testing #286137
- Set the following setting:
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.type.class",
"settings": {
"fontSize": "50px",
"lineHeight": 60,
"fontStyle": "bold"
}
}
]
}- ✅
fontStyleandlineHeightcorrectly apply/render - ❌
fontSizedoes not apply/change

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfont-token-customizationinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders