You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tree sitter based syntax highlighting for typescript should be pretty close to textmate now. If you see any color differences, please include a code snippet I can repro with.
Testing:
Open several typescript files. Verify that they are all colored correctly.
Make various edits to the files. Verify that the colors stay correct.
Open a really big file and start scrolling around as soon as it opens. Verify that the viewport stays colored, even when the rest of the file isn't done yet.
The text was updated successfully, but these errors were encountered:
Refs: #210475
Complexity: 3
Create Issue
Setup:
"editor.experimental.preferTreeSitter.typescript": true
Tree sitter based syntax highlighting for typescript should be pretty close to textmate now. If you see any color differences, please include a code snippet I can repro with.
Testing:
The text was updated successfully, but these errors were encountered: