oleg-shilo / Favorites.vscode

VSCode extension for managing Favorites
MIT License
23 stars 6 forks source link

Support Icon Theme for FILES #36

Open carloscadux opened 2 years ago

carloscadux commented 2 years ago

Hey oleg, Thanks for the nice implementation of Support Icon Theme for Tree and mouse click behavior · Issue #5 Could you please consider also adding Icon Theme support for FILES? Just for reference, the icons on the screenshot below refers to the 'vscode-icons' theme pack, loaded by a different favorite addon. Thank you! Carlos

image

GitMensch commented 2 years ago

That would be very nice indeed. From vscode docs:

The Uri of the resource representing this item.

Will be used to derive the label, when it is not provided.
Will be used to derive the icon from current file icon theme, when iconPath has ThemeIcon value.

oleg-shilo commented 2 years ago

Excellent idea. Done. Will be available in the very next release

carloscadux commented 2 years ago

Done. Will be available in the very next release

Outstanding functionality! Thanks indeed!

GitMensch commented 2 years ago

Updated screenshots may be reasonable (and likely a pain to do).