Skip to content

Initializing LineHeights is slow when having many custom line heights #298719

@alexdima

Description

@alexdima
 "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "comment.line.double-slash.ts",
                "settings": {
                    "fontSize": 1.2,
                }
            }
        ]
    },
  • switch in a tab between large.ts and another file

  • 🐛 switching to large.ts feels janky.

  • this is especially janky if there are let's say 10K cursors.

Image

Metadata

Metadata

Assignees

Labels

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