-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfont-token-customizationverification-foundIssue verification failedIssue verification failed
Milestone
Description
- Open VS Code file debugProcess.ts
- Set the settings
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.type.class",
"settings": {
"fontSize": "50px",
"lineHeight": 60
}
}
]
},
- Set the cursor at the beginning of the line with the name
DebugProcessContribution - Add a new line
- Notice the flicker that is caused
CleanShot.2026-01-19.at.11.27.06.mp4
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-customizationverification-foundIssue verification failedIssue verification failed