Set integrated terminal default position

Ron*_*vdb 6 visual-studio-code

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

Dom*_*Dom 13

尝试添加"workbench.panel.defaultLocation": "right"到您的用户/工作区设置

在此处输入图片说明


McR*_*Rae 5

2021 年 8 月,使用从 Snap 安装在 Linux (Manjaro) 上的 vscode 1.60.0,选择“文件”>“首选项”>“设置”。在搜索中输入“终端”,首先出现的是“工作台>面板>默认位置”。这包含一个带有左侧、右侧和底部选项的下​​拉菜单。