-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Test folder / directory names in file associations #143636
Comments
Nice work on the feature! |
Awesome this seems really helpful. Handled everything that I tossed at it, though @aeschli I did have two quick questions. I initially expected that I might be able to specify multiple folders like
|
@hediet @IanMatthewHuff Thanks for testing. Yes, it's only one folder, the direct parent. That fit well with the current implementation. More sophisticated associations like glob pattern would require a rewrite. |
I did mention |
Refs: #136656
Complexity: 3
Create Issue
In file icon themes, the associations in
folderNames
,folderNamesExpanded
,fileNames
andfileExtensions
can now also contain a folder name:system/win.ini
means that the association matches files calledwin.ini
directly in a foldersystem
system/ini
means that the association matches files called*.ini
directly in a foldersystem
Test this by creating a file icon theme and trying various rules
yo code
vs-seti-icon-theme.json
To test:
folder/name
is stronger than justname
folder/extension
is stronger thatextension
, but loses toname
The text was updated successfully, but these errors were encountered: