material-extensions / material-icons-browser-extension

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

Nest icon pack is not working #86

Closed PedroMidueno closed 2 months ago

PedroMidueno commented 4 months ago

For about a week now the nest icons have not been shown, at first I thought it was because of my internet connection because I had some problems, but now it has been restored and the problem with the icons persists, I have already tried deleting the extension and reinstalling it , but they are not displayed yet.

If it's worth your information, I'm on Google Chrome version 124.0.6367.118

Here's an screenshot showing the issue.

image

And these are my settings. image

fish-can commented 4 months ago

Since vscode-material-icon-theme version 5.1.0 is the last version to include nest-*.svg icons, later versions only have nest.svg.

image

This project's build script clone from the main branch, which naturally lacks the icons.

image

image

PKief commented 4 months ago

That's right, in version 5.1.0 we've introduced a new clone feature. That means, that we only have one single nest.svg file which is cloned into multiple files:

https://github.com/PKief/vscode-material-icon-theme/blob/main/src%2Ficons%2FfileIcons.ts#L1677

Same applies for folder icons. We did this to give the users more flexibility of creating custom icons and to reduce the amount of svg files.