-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[vscode] terminals resizing issues on reload #3553
Comments
I was able to reproduce by removing focus from the window, i.e. opening another tab while reloading. The theory is that we push data while terminal did not compute proper sizes yet, so it is rendering everything with default, i.e. 1 cols, 1 rows. |
I used bogus initial resize sizes, i.e. (1, 1). It should be (0, 0) then they are overidden by initial resize. I will fix in the context of #3694 |
I was just able to reproduce this issue, twice in a row, by opening: https://akosyakov-unable-to-open-files-3874.staging.gitpod-dev.com/#https://github.com/whatwg/html in Firefox Nightly (88) on Mac OS. This is the preview environment of #4040 that was just merged into Gitpod Core. |
Bug description
On page reload the content is not nicely resized.
Steps to reproduce
There are also strange messages in terminals on start sometimes:
Expected behavior
No response
Example repository
No response
The text was updated successfully, but these errors were encountered: