-
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
Poor Terminal Performance #74914
Comments
So the fast one is using the canvas renderer and the slow one is using the DOM renderer. Could you set |
Something else to try is setting |
setting terminal.integrated.windowsEnableConpty to false fixed the issue |
How long is it supposed to take to print 10,000 lines of ints? This (F#) code takes upwards of 2 seconds to complete in F# Interactive in VSCode and 0.08 seconds in VS2019: ``for i in 1..10000 do printfn "%A" i` Tried --disable-gpu, turning off windowsEnableConpty, changing renderType, uninstalling VSCode and removing %appdata% and .vscode, a different computer... |
Tried with --disable-gpu, didn't make any difference.
Tried with terminal.integrated.rendererType = dom , didn't make any difference.
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
Benchmark Profile-Fast.zip
Profile-Slow.zip
The text was updated successfully, but these errors were encountered: