Custom Icon Presets (Angular, Nest, React, Redux, NgRx)
See original GitHub issueNgRx is basically an implementation of the same concept as Redux and Flux, and uses a lot of terminology taken from Redux.
Most of the file associations for Redux files therefore work with NgRx files, which is great! But there’s one that doesn’t. Where Redux has “epics”, NgRx has “effects”. They do the same thing, but while the first gets a unique icon, the latter just gets the default .ts (or .js) icon.
I’d like the regex .*([eE])ffects?\.(js|ts)$
to return the same file icon (in the same colour) as .*([eE])pics?\.(js|ts)$
.
When I saw that custom file associations had been added, I was hoping I could do it myself in Settings. But it looks like we don’t have access to the internal icons, and need to provide our own icon files for these custom associations.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (4 by maintainers)
Top GitHub Comments
I have a plan to add custom “presets” to switch icons according to the framework - for instance nest/angular or redux/ngrx…
Hey @mallowigi any news on these presets feature?