Skip to content

Flicker of variable line heights when inserting new line #285900

@aiday-mar

Description

@aiday-mar
  • 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions