You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseterminalIntegrated terminal issuesverifiedVerification succeeded
This is happening because the pty is initialized with a width of 80 initially because we don't know about the dimensions of the screen. Maybe a resize should be run async after the panel is displayed?
The text was updated successfully, but these errors were encountered:
I just observed this with the height as well, running git log was putting the actual top of the log above the viewport. I counted 24 rows which is the default.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseterminalIntegrated terminal issuesverifiedVerification succeeded
This is happening because the pty is initialized with a width of 80 initially because we don't know about the dimensions of the screen. Maybe a resize should be run async after the panel is displayed?
The text was updated successfully, but these errors were encountered: