Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

It is possible in vscode to put the terminal on the right?

Is it possible to move/open the terminal window to the right of the screen? That would allow me to optimize the editor spaces to work in more efficiently.


In vscode when we use Ctrl+I For example, open a terminal just below where the files are open,

like image 273
Angel Angel Avatar asked May 09 '17 18:05

Angel Angel


2 Answers

💡 Right Side Terminal Feature has been implemented.💡


Right click on the Terminal tab and select Move Views to Side Panel | Move Panel Right.

Current Version (Feb 2022) <Feb 2022
Latest Version Previous to Feb 2022
like image 115
ΩmegaMan Avatar answered Sep 16 '22 18:09

ΩmegaMan


View > Appearance > Toggle Panel Position, which hides the panel, does the trick for me.

It also saves the state so that next time it opens the Terminal to the right.

like image 45
Aprntis Avatar answered Sep 17 '22 18:09

Aprntis