tags | title |
---|---|
vscode, material,customize folder icons vscode material theme |
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"
}
}
thanks