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

Icon & Color configuration don't work in VScode Version: 1.70.0 (Universal) #76

Closed JacobsonGal closed 1 year ago

JacobsonGal commented 1 year ago

The icon and color configurations don't work, the opened terminals are with the VScode terminal default icon and color...

JacobsonGal commented 1 year ago

add "terminal.integrated.shellIntegration.enabled": false to vscode settings for the icons and colors to work 👍

sixclones commented 1 year ago

@fabiospampinato do you know if there is a reason that shell integration makes icons and colors not working? Could be nice to have both.

fabiospampinato commented 1 year ago

@sixclones VS Code might be setting those after the extension has already set them, I should look into this.