Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support patterns in custom icons filenames #3445

Open
1 task done
dmzaitsev opened this issue Feb 12, 2024 · 0 comments
Open
1 task done

Support patterns in custom icons filenames #3445

dmzaitsev opened this issue Feb 12, 2024 · 0 comments

Comments

@dmzaitsev
Copy link

Housekeeping

  • I'm sure this issue is not a duplicate

Information:

I have a tree -
[FOLDER] - src
->[FOLDER] module A
->-> [FOLDER] services
->->->[FILE] item.service.ts
->-> [FOLDER] controllers
->->->[FILE] item.controller.ts
->[FOLDER] module B
->-> [FOLDER] services
->->->[FILE] item.service.ts
->-> [FOLDER] controllers
->->->[FILE] item.controller.ts

How to enable / or need to add into settings ability of setting custom icons by regex or pattern
{ "icon": "item-service-a", "extensions": [ "src/module A/**/*.service.js" ], "filename": true, "format": "svg" }, { "icon": "item-service-b", "extensions": [ "src/module B/**/*.service.js" ], "filename": true, "format": "svg" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant