I used to position my terminal at the left side of my visual studio code (as presented on the first image) but now the option to do that is gone, i think some recently update removed it (which seems strange, why would they remove a feature?).
After some googling, i found this
What i already tried:
- Tried to add this command at settings.json "workbench.panel.defaultLocation": "left" but it says it has been deprecated
- Right click at terminal header does not show the "Move to Left" option anymore, instead there's only a Move Views to side panel, which results in a right-side placement, not left
- View > Appearence does not have the desired option anymore
CodePudding user response:
v1.64.2 is out 02/10/2022 and this can now be done in that release.
Use the command:
View: Move Panel Left
from the Command Palette.