How to change VS Code terminal selection UI from tabs back to dropdown? [duplicate]

Fixed it.

Go to your settings.json file and update this:

"terminal.integrated.tabs.enabled": false,

Setting the above property to false should fix your terminal from that annoying UI/UX.

It fixed my UI back to this:

enter image description here

Leave a Comment