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

File associations not working for prefixes #1892

Open fabianamhof opened 1 year ago

fabianamhof commented 1 year ago

Describe the bug I want to specify prefixes in the file associations, to have custom icons for service.user.ts, repository,user.ts,...

To Reproduce Steps to reproduce the behavior: Add the following setting to "material-icon-theme.files.associations": { "service.*.ts": "Angular-service" } Expected behavior Angular-service icon instead of Typescript icon

zm-cttae commented 1 year ago

microsoft/vscode#174286

ghost commented 1 year ago

This functionality has no support for VSCode. @PKief Add label "missing API support"

zm-cttae commented 1 year ago

The correct way to do it would be naming files *.service.ts but this issue technically duplicates #330