-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[icons] Support to allow re-using VSCode icons in user extensions #31466
Comments
This request is related to #10455 |
Huge 👍 from me, my extension currently includes a copy of all of the Symbol Picker icons. |
I am working on a tree-view. I would like use vscode icons too. A extension has to like it belong to that, which it is extending! I am looking for icons to refresh the tree or delete a tree item etc.. |
FYI @misolori |
Also related to #78889 |
What exactly is still pending for this? It seems codicons can be used in most places now, and where it can't there are specific issues opened. |
Codicons can be used now as tree item icons. Hence closing this. Please file an issue for codicons if needed. |
What about doing this for file icons? In my extension, I have |
It would be nice if there's a supported API to access VSCode inbox icons.
Expected:
I want to reuse icons in the IntelliSense suggestion window outside of completion items (for example a TreeDataProvider).
Actual:
I had to copy the icon files to my extension project to use them
The text was updated successfully, but these errors were encountered: