Reputation: 2474
By default when opening the integrated terminal, it opens horizontally to the bottom of the editor.
How can I change the default position of the integrated terminal so that it is vertically aligned to the right of the editor, like when clicking the "Move to right" button?
EDIT: Looking to set this in the settings.json
Upvotes: 17
Views: 7438
Reputation: 227
In August 2021 using vscode 1.60.0 installed on Linux (Manjaro) from Snap, Select File>Preferences>Settings. Type 'terminal' in to the search and it is the first thing to appear 'Workbench>Panel>Default Location'. This contains a drop-down with left, right and bottom as options.
Upvotes: 6
Reputation: 40491
Try adding "workbench.panel.defaultLocation": "right"
to your User/Workspace Settings
Upvotes: 29
Reputation: 3312
You can see the image it's easy. And if you close the Visual Studio it open by default in the position that was.
Upvotes: 0