-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Perf: Make output channel logging faster in web #172336
Comments
I believe the root cause is the |
@mjbvz I assume this is what you are observing (following your steps) that after opening the log, content keeps updating for a while before.mp4AfterImproved it using throttler and this is how it is after - after output is opened, content is updated just once. after.mp4 |
Please try this out in tomorrow's insiders. |
Fixed by fe8f738 |
Thanks. Looking much better now |
Steps to Reproduce:
"typescript.tsserver.log": "verbose"
TypeScript Server log
sectionBug
The output log updates slowly and continues updating long after you finish typing
We are using
vscode.OutputChannel
. I've debugged this and believe that the TS logs all of the information quickly. It seems like the issue is with the display/update of the output channel content in the UIThe text was updated successfully, but these errors were encountered: