sullivan-ben
Results
1
comments of
sullivan-ben
Can confirm adding shellPath fixes the icons on wsl2/ubuntu too. My terminals.json: ```json { "autorun": true, "autokill": true, "terminals": [ { "name": "Server", "shellPath": "/usr/bin/zsh", "icon": "cloud", "open": true, "focus":...