I am unable to get the icon and color to appear in the sidebar panel. I have even tried the exact example in the README, but the icon and color only appears in the terminal. I am using veersion 0.1.0 from 2025-07-03.
For example:
{
"label": "Simulate PR workflow",
"type": "shell",
"command": "gh act pull_request",
"icon": {
"id": "github-action",
"color": "terminal.ansiGreen"
},
"group": "build"
}


I am unable to get the icon and color to appear in the sidebar panel. I have even tried the exact example in the README, but the icon and color only appears in the terminal. I am using veersion 0.1.0 from 2025-07-03.
For example: