Reputation: 851
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.
Upvotes: 57
Views: 60443
Reputation: 1
I am having different solution here, for your reference: Visual Studio Code: 1.96.2 (user setup) OS: Windows_NT x64 10.0.22631
Allign Panel --> Centre This link is a screenshot for how I resolve the issue mentioned above, to move the terminal back to bottom in Visual Studio Code. Right-clicked on the "Terminal" --> "Allign Panel" --> Choose "Centre".
Upvotes: 0
Reputation: 11383
I came across this question when accidentally I hit a key combination that collapsed my terminal. If that happened to you, look to the top right and click on the second icon that shows a highlighted bottom.
Upvotes: 0
Reputation: 1
For Visual Studio Code version 1.84.2, moving the terminal window from the right to the bottom:
Ensure that the bottom window is wide enough to show at least one window title (e.g., "DEBUG CONSOLE"). Drag the terminal icon [>_] from terminal window on the right to next to a window title in the bottom window.
A vertical bar shows up at that location, indicating that the terminal window will be moved there if dropped. Drop the terminal icon there to move the terminal window to bottom, though it may not become the current bottom window (tab). Change the window tab at the bottom to make terminal the current window.
Moving the terminal window from the bottom to the right:
Move the mouse over the "TERMINAL" label of the terminal window and drag it to the right edge of the window. A space will open up in the right side of the Visual Studio Code window with a message "Drag a view here to display".
Drop the dragged "TERMINAL" label in the space opened up in the right side of the Visual Studio Code window. The terminal window now shows in the right side of the Visual Studio Code window. This picture was put up later on and so does not exactly match earlier pictures.
Visual Studio Code version information:
Upvotes: 0
Reputation: 2706
In the latest version, I was able to click on the terminal icon and drag and drop it to the bottom of the window.
Visual Studio Code version information:
Upvotes: 12
Reputation: 21
After the update 1.66 for Visual Studio Code:
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
Upvotes: 2
Reputation: 535
I had the same issue, and it was solved on a MacBook Pro 2018.
Moving the cursor to the terminal.
Upvotes: 3
Reputation: 11
"Move Secondary Side Bar Views To Panel" (the one that worked for me) and "Move Terminal into Panel" options are available in the latest version of vscode on Mac as of Dec 2022 Cmd+Shift_P and "Move Secondary Side Bar Views To Panel" or "Move Terminal into Panel"
Upvotes: 1
Reputation: 17
Update Nov 2022:
Terminal > New Terminal and attaching it as a tab to the bottom of the editor. You can then use the terminal.
Upvotes: 0
Reputation: 4133
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
.
Upvotes: 95