file-icons / vscode

VSCode file specific icons for improved visual grepping
https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons
MIT License
191 stars 24 forks source link

Match _test.ext #50

Closed brandonkal closed 4 years ago

brandonkal commented 4 years ago

The test icon matches files like template.test.ts but not template_test.ts. The latter convention is used by Deno core. I'd like to see the test icon match both cases, including .tsx and the various JavaScript extensions.