- Use the setting ``` "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment.line.double-slash.ts", "settings": { "fontSize": 3, "lineHeight": 3 } } ] }, "editor.renderWhitespace": "all", ``` - Open the following TS file: ` some text before the comment // another comment` - Notice how the whitespaces are all centered at the middle of the line even when the text is really small like before the line comment 🐛 <img width="1138" height="104" alt="Image" src="https://github.com/user-attachments/assets/497f94f7-3ff6-4444-a9ec-70de05637f47" />