This icon set is awesome; thanks for all the hard work so far, it's fantastic.
Further to the great work you've already done, it would be cool if I could set all files within a folder to use a certain icon; e.g:
"material-icon-theme.files.associations": {
"**/reducers/*.js": "redux-reducer"
},
Keep up the good work.
Hi @JonJamesDesign, thank you for your kind feedback. I really like your idea, but the extensions API of VS Code doesn't support glob patterns for file icon associations at the moment. There's already an open issue in the official VS Code repository. Feel free to support it with a 馃憤
Is this still blocked? On the VS Code "files.associations" we can already specify wildcard at the end (e.g. "Jenkinsfile-*": "groovy").
I wish we could do the same with "material-icon-themes".
```
"material-icon-themes": {
"Jenkinsfile-*": "jenkins"
}
@tyron Yes, it's still blocked my missing API support.
Most helpful comment
Hi @JonJamesDesign, thank you for your kind feedback. I really like your idea, but the extensions API of VS Code doesn't support glob patterns for file icon associations at the moment. There's already an open issue in the official VS Code repository. Feel free to support it with a 馃憤