Skip to content

Flicker of variable line heights when deleting line #289877

@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
  • Delete line
  • Notice the flicker that is caused

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugfont-token-customizationinsiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions