We use Mac
"workbench.iconTheme": "vscode-icons",
"vsicons.customIconFolderPath": "/Users/<your_user>/Library/Application Support/Code/User/vsicons-custom-icons",
"vsicons.associations.folders": [
{
"icon": "templates",
"extensions": ["application"],
"format": "svg"
},
{
"icon": "molecules",
"extensions":["domain"],
"format": "svg"
},
{
"icon": "organisms",
"extensions": ["infrastructure"],
"format": "svg"
},
{
"icon": "pages",
"extensions": ["presentation"],
"format": "svg"
}
],
I tried changing the name of the "icon" to something appropriate, but it remained transparent, so it is likely that the image itself is not recognized.
Try to do like me. In the "extensions" field you should specify the desired folder name vsicons-screen1
After, In the "vsicons-custom-icons" folder create two files:
I hope this helps you.