fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

how about tab support? #16

Closed jaycapps closed 5 years ago

jaycapps commented 5 years ago

How about tabs? "terminals": [ { "name": "foo", "tabify": true, }, { "name": "bar", "tabify": true, "tabname": "bar tab" }, ], "tabgroups": [ { "name": "foobar", "tabs": ["foo","bar tab"], "color": "yellow", } ],

fabiospampinato commented 5 years ago

Tabs? Terminal tabs aren't support in VSC https://github.com/Microsoft/vscode/issues/10546.

If you mean something different please clarify.