joaomoreno / vscode-terminal-tabs

Adds tabs for each terminal process to the status bar

Home Page:https://marketplace.visualstudio.com/items?itemName=Tyriar.terminal-tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-tabs

Warning: This is an early release that is not thoroughly tested and will also only work on the Insiders build of VS Code.

Adds tabs for each terminal process to the status bar.

This extension provides the following commands:

  • terminalTabs.createTerminal: Creates a terminal with an icon
  • terminalTabs.createNamedTerminal: Creates a terminal with an icon that has a name (indicated in the dropdown)

Limitations

  • The terminals can only be tracked when they are created by the terminal API (See Microsoft/vscode#13267). It is currently not possible to intercept creation of the terminal panel on restart for example.

About

Adds tabs for each terminal process to the status bar

https://marketplace.visualstudio.com/items?itemName=Tyriar.terminal-tabs


Languages

Language:TypeScript 100.0%