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

Icons in terminal list dropdown #22

Closed ProLoser closed 5 years ago

ProLoser commented 5 years ago

image

I added icons to my terminal configurations, but was a little disappointed that the only place they show up are when you use the terminals.runSingle command. It would be nice if I could see these icons in the terminal switcher, or anywhere in the UI when switching between active terminals.

fabiospampinato commented 5 years ago

Not possible, an svg image can't be rendered in select elements, and an icon can't be added elsewhere in the UI where you might want to switch terminals.

You might want to use emojis or perhaps unicode icons instead.