Move terminal from right to bottom in vscode


๐Ÿ‘คย Diwas Poudel ย ย  ๐Ÿ•’ 24 Aug 2022 ย ย  ๐Ÿ“ TECH

Visual Studio has a powerful integrated terminal that can be activated by selecting Terminal > New Terminal and attaching it as a tab to the bottom of the editor. You can then use the terminal.

To get more work done in a given period of time, it's often helpful to move the terminal to the right side of the editor.However, if you later decided that you wanted to return or restore it to its default state then you maynot find any options.Ourtechroom will guide you for moving VSCode Terminal from right to bottom.

In older versions of VSCode, you had a small symbol that, when clicked, would shift you to the right, and then when you clicked it again, you could move to the bottom.However, it was deleted on version 1.291. October 2018 update for Visual Studio Code.VSCode keeps changing positions of the certain features which actually irritates.

Now its time to look various way of moving vscode terminal from right to bottom.

ย Using Mouse Right Click

For this methods to works you have to click on toolbar of the panel , clicking anywhere else doesnot help.Here are the steps.

1 Right click on Title area of the Panel.

2 Click on Move Panel to Bottom from the list.

Move terminal to bottom in vs code using mouse
fig. move terminal to bottom in vs code using mouse
Also read :ย Resolve IntelliSense Issue in Visual Studio Code [Fixed]

Using Keyboard Shortcut

Using the Keyboard Shortcuts in Visual Studio Code gives you a comprehensive and user-friendly experience for changing position of terminal Panel.

Steps are as follows:

1 Press CTRL + SHIFT + P to open Command Palette.

2 Then in the palette, type View: Move Panel To Bottomย  and click on it.

move terminal to bottom using keyboard shortcut
fig. move terminal to bottom using keyboard shortcut

This will now push the terminal to Bottom.

Also read : How do I restore the default visual studio code settings?

ย Using Menuย 

Steps are as follows.

1 Click Viewย 

2 Then click on Appearance > Panel Position > Bottom

move terminal to bottom using appearance option
fig. move terminal to bottom using appearance option

This will now push the terminal to Bottom.

Conclusion:

With any of these 3 ways you can Move Terminal from Right to Bottom in VSCODE.