41

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.

hanxue
  • 3,134

2 Answers2

50

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.

rg8443
  • 601
11

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

shawnzhu
  • 358