github-material-icons-extension icon indicating copy to clipboard operation
github-material-icons-extension copied to clipboard

Icons Not Displayed for Specific Angular File Types

Open Abodawoud opened this issue 1 year ago • 1 comments

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

  • *.component.ts

  • *.guard.ts

  • *.service.ts

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!🤗

Abodawoud avatar May 22 '24 12:05 Abodawoud

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

PKief avatar May 22 '24 13:05 PKief