Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to make the terminal in VSCode take up the entire width of the application even if the sidebar is open?

Is there a way to make terminal span the entire width of the application without closing the sidenav? I use it quite a bit, and often I have to hide the sidenav in order to see it in full width. It would be great if I could set it up so the sidenav is just alongside the editor, allowing terminal to take up the full width of the application.

enter image description here

like image 503
nratter Avatar asked Apr 17 '20 16:04

nratter


2 Answers

This is in Stable v1.64 now.

Go to View/Appearance/Align Panel/Justify or use the Layout Control icon on the upper right mentioned below.

Other options for the Panel alignment are center/left/right.

Panel alignment options and Layout Control


Note that that the Layout icon on the upper right was recently added with this setting:

Workbench > Layout Control: Enabled

like image 161
Mark Avatar answered Oct 18 '22 20:10

Mark


**Unfortunately, it is not possible at the moment.

There is a ticket for this feature in the VSCode repository - https://github.com/microsoft/vscode/issues/42149

UPDATE:

It's already available since version 1.64. See other answers below for more information

like image 42
kanlukasz Avatar answered Oct 18 '22 20:10

kanlukasz