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

[Bugfix] GitHub submodule icons #93

Closed mikeydevelops closed 3 months ago

mikeydevelops commented 3 months ago

Fixes #92, where submodule name was not correctly detected when choosing an icon.

Added additional fix where when there are nested folders, the extension checks the top most level for the icon instead of the last level, now working like in vscode.

I think we can close #75, too.