-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[icon-themes] Support for folder / directory names in file associations (Icon themes) #136656
Comments
Good suggestion. Happy to take a PR. |
I can start work on this STAT, which files need updating? |
Yes that one hopeful is used by everyone. |
We do need to agree for a syntax on this - is |
I'm fine with allowing it for all. The question is how folder matches are treated:
|
I also do want to propose a "./" prefix for root files like Heroku's |
#12493 specifies globs in file associations, but I'd really like to match based on folder name as well.
For example, Ember uses
config/environment.js
which in a perfect world the File Icon API would consume into:File icon packs would then just do this:
{ "config/environment.js": "../icons/ember.svg" }
.The text was updated successfully, but these errors were encountered: