VS Code Integrated Terminal Tabs?

Is it possible to get tabs instead of a selection list when using multiple terminals from the "integrated terminal" window?

+5
source share
2 answers

From the official site

https://code.visualstudio.com/docs/editor/integrated-terminal

This is not like Rollback version 1.7.

However, this seems to be an explanation of this from github https://github.com/Microsoft/vscode/issues/10546

+1
source

There is an extension that does this by adding tabs to the status bar: https://marketplace.visualstudio.com/items?itemName=Tyriar.terminal-tabs

+1
source

Source: https://habr.com/ru/post/1259239/


All Articles