-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Use glob pattern for file / folder associations #330
Comments
Hi @JonJamesDesign, thank you for your kind feedback. I really like your idea, but the extensions API of VS Code doesn't support glob patterns for file icon associations at the moment. There's already an open issue in the official VS Code repository. Feel free to support it with a 👍 |
Is this still blocked? On the VS Code "files.associations" we can already specify wildcard at the end (e.g.
|
@tyron Yes, it's still blocked my missing API support. |
Hi! @PKief Is this still blocked? |
Yes, unfortunately it's still blocked. The issue in the repository of VS Code is still open. Hopefully, it will be implemented someday. I'll keep you informed :) |
@PKief ok, thanks! |
@PKief Looks like this will not be supported by vscode - microsoft/vscode#12493 (comment) |
Thanks for posting the issue! |
To get it working, we need to put in new logic when we parse |
I implemented filename globs in VS Code as a PR and they will assess soon™ - microsoft/vscode#174286 |
@zm-cttae thanks, that looks awesome :) Hopefully the VS Code team will take a look at it and include it to the API. Would solve lots of issues here. |
The last work done is microsoft/vscode#177650 I am also busy setting up VSCE Toolroom migrations.. we might find time for it in the summer 🙂 |
What I didn't realise is that Backlog = "I am coming back to this 3 months later when my other large tickets get tested and land in production" That gives me plenty of time to throw it together myself, I'll get on it soon :) |
Loosely related on Stack Overflow: How can I associate an icon to a file in a specific path in VS Code with the Material Icon Theme Extension? |
Any update on this issue? |
Sadly vscode still lacks support for glob/regex assignments (microsoft/vscode#174286) |
This icon set is awesome; thanks for all the hard work so far, it's fantastic.
Further to the great work you've already done, it would be cool if I could set all files within a folder to use a certain icon; e.g:
Keep up the good work.
The text was updated successfully, but these errors were encountered: