How to get back the old terminal tab?

Viewed 140

picture of good terminal

My terminal tab was like this.

But now it look like this:

bad terminal

So I would like to have the last terminal.

1 Answers

You just have to open settings.json file, and looking for:

"terminal.integrated.tabs.enabled": true 

and make it false

And then your vscode terminal would have the old terminal tab.

Related