material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.11k stars 633 forks source link

Unique icon for Go test files #714

Open johan-lejdung opened 4 years ago

johan-lejdung commented 4 years ago

By the nature of Go test files are stored together with the other files, it would be a nice addition to quickly be able to differentiate by the files. All test files in go follow this pattern *_test.go so it should be fairly simple to figure out which is which

PKief commented 4 years ago

Hi @johan-lejdung, it's a good suggestion, however its currently only possible to apply icons to file patterns that begin with a dot e.g. *.test.go or complete file names like sample.go. There's already an opened issue in the official VS Code repository. Feel free to support it with a πŸ‘ so that it gets more attention.

This issue is also a duplicate of #609, but lets keep it open until we have the possibility to add icons to those files.

johan-lejdung commented 4 years ago

Thanks for the information! I gave my πŸ‘

I did a search in the issues before but I must have searched just among the active ones ☺️