-
Notifications
You must be signed in to change notification settings - Fork 37
Changing panel alignment bug in VS Code 1.64.2 with customize UI / monkey patch enabled #125
Comments
You don't need to restart, Just reloading the window (Developer: Reload Window) should fix this. This might be tricky to fix properly because customize-ui changes the layout in a way VSCode doesn't expect. |
I have the same problem, but unfortunately, reloading the window or restarting VSCode doesn't fix the issue. My layout is:
That being said - I can get it kinda-working by: Right click on vertical terminal -> Move views to panel. Once I do this, the layout is mostly back to normal, except the status bar renders within vertical terminal's column, and not across the whole window like it used to. If I close the terminal, the rendering breaks again. This all started when the VSCode team started to refactor the side-panel functionality in v1.64. In the meantime, I'm downgrading to 1.63. Thanks for making VSCode's ugly UI better. I'd rather be on an old version of vscode, than not be able to use this extension. Here's some screens of the problem: When terminal is a side panel on the rightWhen terminal is a view on the right, and not part of the new side panelWhen terminal is a view on the right and is closed, and not part of the new side panelNOTE This can be helped a little by disabling the |
Do you have |
Nevermind, I can see your comment. |
Btw. Can't you move views from panel to side panel instead? I don't know see what is the point of having panel on the right when there is already sidepanel. Can't you move terminal to sidepanel and move panel to bottom? |
OMG Thank you!!! This fixed it perfectly for me. Honestly, this whole Side Panel/View/Panel nonsense has been nothing but a confusing pain. Can confirm, when I move everything from a view to the new side panel, and then move the view to the bottom and hide it, things work as normal again. Thank you so much! |
@knopp anyway to move panel under both editor and panel? keep panel visible? |
I am using VS Code 1.64.2-1644445741 on Ubuntu 20.04.3 and here is what happens when I try to use the new "Configure layout" feature:

The text was updated successfully, but these errors were encountered: