-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Open
Open
Copy link
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 cursor on the name
DebugProcessContribution - Set the settings
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.name.type.class",
"settings": {
"fontSize": "50px",
"lineHeight": 60
}
}
]
},
- Notice
DebugProcessContributionis correctly sized - Change the setting to
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "meta.class",
"settings": {
"fontSize": "50px",
"lineHeight": 60
}
}
]
},
- Notice that the sizing disappears even if
support.classis a high level scope name of theDebugProcessContribution🐛
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