-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output panel is really slow on web #75641
Comments
@Tyriar Are you seeing same issue when you are opening a file in editor? |
|
Latest master allows you to set max tokenization line length limit without reloading the workspace, which should unblock our self hosting. The next step should be looking into why onigurma-textmate performs much worse than native. |
Could #76076 be related? |
@Tyriar do you still see this? |
@Tyriar with the new work from Alex, can you quickly check if this still reproduces? |
Thanks a lot, kudos to @alexdima for this perf gain ❤️ |
Repro:
10 seconds to show white text, 10 more seconds to show colored text.
I saw this on Windows, where the terminal environment is very large and contains heaps of
npm_*
variables.The text was updated successfully, but these errors were encountered: