Vscode-material-icon-theme: Use glob pattern for file associations

Created on 9 Oct 2018  路  3Comments  路  Source: PKief/vscode-material-icon-theme

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.

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 馃憤

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RacerDelux picture RacerDelux  路  3Comments

simlej picture simlej  路  3Comments

GeraldNDA picture GeraldNDA  路  5Comments

kaitlynbrown picture kaitlynbrown  路  5Comments

covertbert picture covertbert  路  5Comments