Move Visual Studio Code Panel from right to bottom

I move Visual Studio Code's workbench Panel to the right

VS Code with panel on right

Now I cannot seem to move it to the bottom. Dragging Terminal/Problem to the bottom does not work. I have also ensure in User Settings there is this setting

"workbench.panel.defaultLocation": "bottom"

After restarting VS Code, the Panel is still on the right.


I was stuck on this for a bit as well.

Make the Terminal panel bigger and you'll see the icon to move it back to the bottom.


The "panel position button" has been moved to context menu since v1.29. See this answer: https://stackoverflow.com/a/53302863/914967