How do I configure VSCode to have multiple sidebar panels?
I want one panel on the left, one on the right and one on the bottom just like IDEA.
I then want to have the Explorer view on the left and I want the Source control view on the bottom.
How do I move the tabs around like this?
The only setting I can find is moving the whole panel from left to right.
CodePudding user response:
You can do this but you would need to be running the Insider Build of vscode because it enables (experimentally) the ability to add a second Panel on the right - known as the "Side Panel".
Workbench > Experimental > Side Panel: Enabled
Workbench > Experimental > Layout Control: Enabled
Workbench > Experimental > Panel Alignment: Center left/right/justify/center
And then you can drag Views to where you want them (not all views can be dragged and dropped but SCM can).

