-
Notifications
You must be signed in to change notification settings - Fork 30.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 panel layout wrong at certain sizes #183055
Comments
@sbatten I can reproduce part of the clipping when there's a single tab Could it be due to this part which is similar to the amount clipped? Not sure if this would be on my end or yours? |
I don't believe so, as I was able to push the X all the way off the side with careful sizing After a few more tests locally, it seems to be that when the name of the current directory is added to the terminal name, the terminal panel isn't reflowed - see below, with a much farther push due to 'Documents' being quite long Edit: Strangely, I no longer seem to be able to resize the window small amounts to mess with the media query as before; but I believe the directory naming is the cause of the issue |
same as #122454 |
Yep, well spotted. Notably, though, it can be caused without intentionally renaming the terminal |
Unassigning terminal folks as it's a general view problem AFAICT. |
Does this issue occur when all extensions are disabled?: Theoretically yes, but there aren't enough things in the bar by default
Steps to Reproduce:
cd
to any directory (mine was calledfrontend
, but others should work)Extensions enabled: Gitlens (as it adds an item to the terminal pane) and Rust-analyzer (to generate two problems, to pad out the pane header)
Shell: Xonsh
The text was updated successfully, but these errors were encountered: