Evaluate file icons contributions #10294
Labels
feature-request
Request for new features or functionality
plan-item
VS Code - planned item for upcoming
Milestone
vscode-icons is a very popular extension. It adds icons to file explorer. Unfortunately it has to use a rather hackish way to implement that. This issue evaluates whether and how we would enable file icon contributions through a regular extension mechanism.
Built-in icons vs icon set contributions
We see different approaches of increasing flexibility:
Conclusion: We would head for level 2 at first. Open question is whether we should provide a default icon set or not. Maybe a VS icon set? We could also start with pointing the user into the market place to install icons set similar to how we now point to the marketplace for themes from the picker.
Workbench theme vs. separate file icons packs.
Conclusion: We want to look at file icon contributions. This is what is most requested. When done thoughtfully will not prevent workbench themes in the future but just be a building block.
2 bit (glyph) vs. Multi color icons
PNG vs. SVG vs Fonts
While PNG is likely the lowest barrier for users, we need to have a solution for scaling icons.
Fonts are attractive from a performance and scaling standpoint, but not easy to handle by users.
Note, the Atom Seti extension uses fonts and has built some tooling so that fonts can be extended by new icons.
The text was updated successfully, but these errors were encountered: