Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to adjust the position of the internal terminal

I made a mistake, I put vs built-in terminal position, from the bottom of the screen, change to the right side of the screen, but it doesn't work out, even more, more trouble is that I can't change the terminal from the right side of the screen to the bottom of the screen, I can't found such button!!!

Who can help me? I have tried to delete "~/. Vscode" and software, and then decompress again, but the problem has not been solved!

BTW, my laptop system is ubuntu16.04, and the vscode version is v1.24.1.

like image 440
zran Avatar asked Jul 06 '18 03:07

zran


People also ask

How do you keep Terminal on right side or code?

Right-click toward the top of the terminal next to the tabs PROBLEMS , OUTPUT , etc, then you can choose Move Panel Right or Move Panel Left . If you don't see those options try Move Views to Panel and then those options should appear.

How do I change the position of the VS Code in Internet Explorer?

VSCode tip: You can move the sidebar/file explorer to the right-hand side of your editor via View > Appearance > Move Side Bar Right.


5 Answers

If you move the Terminal split bar to the left (this will widen the Terminal window), the icon for Move to Bottom will appear.

enter image description here

Updated on 9-May-2022:

The current VSCode version as now is 1.67.0. The below steps are still valid in current version of UI.

Updated on 18-Nov-2018:

Version 1.29 was released in October 2018 (https://code.visualstudio.com/updates/v1_29) and the UI has changed for configuring the terminal position.

1. Version check

enter image description here

2. Move Terminal From Right To Bottom

enter image description here

3. Move Terminal From Bottom To Right

enter image description here

like image 128
Jagrut Sharma Avatar answered Oct 05 '22 08:10

Jagrut Sharma


If you use VSCode v1.29+, this action button was moved to the Terminal context menu:

vscode editor window

just right click the Terminal tab on top of panel window, and you will see Move Panel Right or Move Panel to Bottom.

for more information, you can see: https://github.com/Microsoft/vscode/issues/58575

like image 36
Jay Chung Avatar answered Oct 03 '22 08:10

Jay Chung


You can also use View / Appearance / Toggle Panel Position View Appearance Toggle Panel Position

like image 24
James Avatar answered Oct 03 '22 08:10

James


Right Click on terminal then click on move panel enter image description here

like image 25
Amit kumar Avatar answered Oct 04 '22 08:10

Amit kumar


In the newer update 2021, They have removed the icon but there is a solution.

=> Right Click on "Terminal":

=> Choose "Move Panel Bottom"

=> Done!

like image 27
Aksharkumar Patel Avatar answered Oct 04 '22 08:10

Aksharkumar Patel