material-theme / vsc-material-theme-icons

Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
https://material-theme.dev
Other
144 stars 24 forks source link

Add icons to differentiate test files #226

Closed rtanguyen closed 1 year ago

rtanguyen commented 1 year ago

Would love it if there was a separate icon for test files! Especially for those super long file names

File extensions: .spec.ts .spec.tsx etc SVG: https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-js.svg Or a red react icon similar to VSCode's Seti theme

equinusocio commented 1 year ago

Is .spec a standard? we can't assign icons to a glob pattern so we would specify every possible file name (.test, .spec, .fixture... etc), for each file extension.