-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐞 Can not close or resize debug panel after resizing utility area to maximum height #1560
Comments
Hi maintainers, |
It looks like you've just maximized the utility area. Try clicking the lower right icon to restore it to normal size. |
The question is indeed if the area should behave the exact same way that Xcode does. When the utility area is maximized, and then using the shortcut, the resulting window indeed seems to be a bug and unexpected behavior though |
Hi @austincondiff @matthijseikelenboom Wow, I didn't realize that we have the lower right icon. In the maximized area, both Xcode & Visual Studio allow users to drag to resize, but CodeEdit doesn't support that feature. |
I think you are right. I see several problems here...
I will edit the issue description to account for these items. |
This is no longer an issue. |
Description
If I adjust the debug panel to its maximum height, then I will not be able to adjust its height again.
⌘⇧Y also doesn't work.
Once dragging the status bar to resize the utility area, if you drag up past a certain point it fills the area, you cannot drag down in the same gesture to get it back down.
You cannot drag it down at all once maximized. This might be because the status bar is not visible when the utility area maximized.
To Reproduce
Expected Behavior
Version Information
Latest code on the main branch
Screenshots
Screen.Recording.2024-01-10.at.11.02.27.PM.mov
The text was updated successfully, but these errors were encountered: