material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.06k stars 631 forks source link

Include * on folder associations #471

Open andreluzz opened 5 years ago

andreluzz commented 5 years ago

Should be possible to define a pattern to the custom folder name like in File associations Example: "material-icon-theme.folders.associations": { "srv-*": "src", "*module": "src", "*src*": "src" }

When using the * in the string should map all folders.

PKief commented 5 years ago

Hi @andreluzz, this is currently not possible due to missing support by VS Code for glob patterns in icon extensions. Feel free to support the following issue with a 👍

https://github.com/Microsoft/vscode/issues/12493