-
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-customization
Description
- Set the settings to:
{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.type.class",
"settings": {
"fontSize": 3,
"lineHeight": 2
}
}
]
},
"editor.wordWrap": "wordWrapColumn",
}
The word wrap column is 80 by default.
- Go to the file
debugProgress.ts - Notice that the line with the variable font text
DebugProgressContributionoverflows past the 80th column 🐛

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-customization