Move terminal back to bottom

Viewed 26458

I accidentally clicked the button that moves the terminal from the bottom to the right. How do I get it back to the bottom? Clicking the split button again just splits the terminal.

6 Answers

Just move the Terminal split bar to the left to widen the Terminal window so that the icon of Move to Bottom can appear so you can click it.

UPDATE

The Move to Right and Move to Bottom icons was removed as of Update 1.29.1 on October 2018.

You can now right-click the title area of the Terminal window so that you can find Move Panel to Right or Move Panel to Bottom, alternatively, you may click View > Appearance > Toggle Panel Position.

Just run:

CMD SHIFT P -> Toggle Panel Position

Had the same issue. Solved. MAC_BOOK_PRO 2018

Moving the cursor to the terminal.

enter image description here

After the update 1.66 for VScode Step 1: Click view in title, Editor Layout, Split down Step 2: right click on the Terminal name in the Secondary Side bar Step 3: click on Move terminal to editor area

In the latest version I was able to click on the terminal icon and drag and drop it to the bottom of the window.

VSCode Version info:

Version: 1.66.1
Commit: 8dfae7a5cd50421d10cd99cb873990460525a898
Date: 2022-04-06T14:49:52.288Z (5 days ago)
Electron: 17.2.0
Chromium: 98.0.4758.109
Node.js: 16.13.0
V8: 9.8.177.11-electron.0
OS: Darwin arm64 21.4.0

Click on the indicated icon in the terminal. That's all.

Terminal position

Related