-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Terminal performance is down #157432
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.70.0. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
Please see https://github.com/Microsoft/vscode/wiki/Performance-Issues for creating actionable performance problem issues. |
My team has been seeing a large slow down with the terminal when in a devcontainer's main project directory. It's fast once you leave it. |
I just tried disabling newly enabled shellIntegration setting and it sped back up.
https://code.visualstudio.com/updates/v1_70#_terminal Operating System: macOS 12.5 |
@abhijitchikane @tinydogio-joshua what shell are you using? |
zsh. My team is all on M1 MacBook Pro's. One person has oh-my-zsh installed. I have rocketship. The rest are stock. This is in a decent sized monorepo in a Node+TypeScript devcontainer. The same behavior does not appear in the stock/empty Node+TypScript devcontainer. I have not tried it locally (outside the container) as we don't work that way. |
@tinydogio-joshua adding your comment from microsoft/vscode-remote-release#6986 for more context:
|
I get the similar performance issue, using nushell, with MacBook Pro (not M1) |
I'm also having bad performance with the new The main problem is that it's intermittent and I can't seem go get a profile of it... but I'm trying. |
I fixed several performance regressions in the last few days: xtermjs/xterm.js#4080, xtermjs/xterm.js#4081, xtermjs/xterm.js#4084. I expect this to be fixed in v1.72 (September) |
@Tyriar Can you please provides steps to verify this? |
This is a bit hard to verify, but myself and @jerch have already tested it fairly thoroughly |
Just commenting to give anecdotal data. In 1.72.0 the example I gave in the duplicate issue #159476 now renders in 12-15 seconds depending on the run for an 11.8 second run with lots of text. Previously it was rendering in 39.7 seconds. The integrated terminal is definitely usable again, thanks! (at least on my box 😄 ) |
Fixes microsoft#159492 Fixes microsoft#159493 Fixes microsoft#158868 Fixes microsoft#158981 Fixes microsoft#157432
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: