'How do I place my terminal in the left side at visual studio code? Version 1.64.1 (2022)

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 How do I move the panel in Visual Studio Code to the right side? But it doest help me, as my problem is different

Someone knows how i can achieve the same result nowadays?

enter image description here

What i already tried:

  1. Tried to add this command at settings.json "workbench.panel.defaultLocation": "left" but it says it has been deprecated
  2. 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
  3. View > Appearence does not have the desired option anymore


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source