* open [large.ts](https://github.com/user-attachments/files/25686748/large.ts) * configure: ``` "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment.line.double-slash.ts", "settings": { "fontSize": 1.2, } } ] }, ``` * switch in a tab between `large.ts` and another file * :bug: switching to `large.ts` feels janky. * this is especially janky if there are let's say 10K cursors. <img width="1038" height="441" alt="Image" src="https://github.com/user-attachments/assets/d5a37635-bca6-4868-9580-a62150b80826" />