Open johan-lejdung opened 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.
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 βΊοΈ
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