| tags | vscode, material,customize folder icons vscode material theme |
|---|---|
| title | How to add custom folder icon in Material icons |
Add your custom folder and icon name
"material-icon-theme.folders.associations": {
"infrastructure": "Cluster",
"stripe": "Resource"
}
}




I want to add my own SVG to a folder. Steps mentioned here are not working. Any idea how to fix the issue?
Edit: