material-extensions / material-icons-browser-extension

Browser Addon that enhances file browsers of version controls with material icons.
MIT License
499 stars 38 forks source link

Icons Not Displayed for Specific Angular File Types #87

Open Abodawoud opened 1 month ago

Abodawoud commented 1 month ago

Icons are not being displayed for certain Angular TypeScript files, specifically those with the extensions:

Steps to Reproduce

  1. Open any Angular TypeScript file with the above extensions in the project.
  2. Observe the absence of the expected icons.

Expected Behavior

Icons should be displayed for .component.ts, .service.ts, and .guard.ts files in Angular projects.

Actual Behavior

Icons are missing for these specific file types, as illustrated in the image below.

image

Thank you for looking into this issue and for your effort!🤗

PKief commented 1 month ago

This is related to https://github.com/Claudiohbsantos/github-material-icons-extension/issues/86