Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have the Integrated terminal *always* on the right?

When you open VS Code, the terminal defaults to opening on the bottom. You can click on the icon to move it to the right. I'm wondering if there's a way to set opening on the right as the default.

Thanks.

like image 206
longviewbits Avatar asked Sep 07 '25 14:09

longviewbits


1 Answers

Yes - introduced in v1.20 there is the setting workbench.panel.defaultLocation with the option of "bottom" or "right".

like image 186
Bryan Avatar answered Sep 10 '25 07:09

Bryan