EmmanuelBeziat / vscode-great-icons

🆚 A big pack of icons (200+) for your files
https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons
MIT License
158 stars 56 forks source link

Allow customised file/folder matching for icons #235

Closed SpenceUK closed 1 year ago

SpenceUK commented 2 years ago

Allow users in the vscode settings to add additional file/folder name mappings for icons.

For example: docker-compose.yml matches the docker icon but variations like docker-compose-dev.yml or docker-compose.dev.yml do not match.

bietdoikiem commented 2 years ago

I'm also having the same request for this, as currently there are unmatched icons when dealing with Typescript Nestjs structure as well like **.service.ts files.

EmmanuelBeziat commented 1 year ago

Hi, Unfortunately, it seems that it requires a lot of dev to have a customizable override property, while this icon set is very lightweight (basically nothing but a json file).

I've added the suggested namefiles tho, and can add more to suit your needs, feel free to open a specific ticket :) Thanks!