A json file with the folders and their associated names patterns:
{
"red": "*core*",
"blue":"assets",
...
}
Thanks for your work.
I'd go further; allow total configuration of icons
[
src : {
test: /src$/,
icon: "_icon_folder",
colour: "green",
subicon: "_icon_script"
},
...
]
would tie into supporting file types with highly variable names . i.e. #103
@AlbertoBasalo @MeirionHughes I absolutely like your ideas. I think this should be a future concept of this theme. But my possibilities are restricted to the api of vscode in this case. There's also a feature request for vscode in the backlog to allow glob file patterns: #12493. Currently we have to wait until the vscode team will extend the api.
Recently vscode api has allowed custom icons. I Think we are allowed to expect it here. Thanks a lot!
With the latest update you can customize the folder icon associations:
https://github.com/PKief/vscode-material-icon-theme#folder-associations
Thank you so much!!! You are an angel!!
Thanks, good job.
Most helpful comment
With the latest update you can customize the folder icon associations:
https://github.com/PKief/vscode-material-icon-theme#folder-associations