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

Using variables in descriptions #71

Open afdaniele opened 1 year ago

afdaniele commented 1 year ago

Hi, I noticed that terminals created with this extension do not support descriptions containing variables. For example, I set the terminal description to be the following,

image

Then I create two terminals, one called terminal1 without using the extension and another one called terminal2 using the extension instead. This is what I get,

image

Is this a known problem?, thank you.

fabiospampinato commented 1 year ago

Yeah I guess I didn't think about implementing this, it should probably be implemented.

fabiospampinato commented 1 year ago

What configuration are you using to get the description to show up in the tab like that?