We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to use Regex for icons?
I need files that have the prefix Test.php in their name to have different icons, how can I add this?
The text was updated successfully, but these errors were encountered:
Unfortunately regex isn't supported for file associations, it would need to either be an exact file name match or wildcard at the dot level like:
"symbols.files.associations": { "*.test.php": "brackets-purple" }
So it would only work with files that are named sample.test.php
sample.test.php
Sorry, something went wrong.
I need the Test.php suffix for cases like UserTest.php PagesTest.php
No branches or pull requests
How to use Regex for icons?
I need files that have the prefix Test.php in their name to have different icons, how can I add this?
The text was updated successfully, but these errors were encountered: