Skip to content
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

Closed
jeremymeng opened this issue Jul 26, 2017 · 10 comments
Closed

[icons] Support to allow re-using VSCode icons in user extensions #31466

jeremymeng opened this issue Jul 26, 2017 · 10 comments
Assignees
Labels
icons-product Issues for in-product icons

Comments

@jeremymeng
Copy link
Member

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

@vscodebot vscodebot bot added the api label Jul 26, 2017
@joaomoreno joaomoreno assigned aeschli and sandy081 and unassigned joaomoreno Jul 27, 2017
@sandy081 sandy081 added the tree-views Extension tree view issues label Jul 27, 2017
@sandy081
Copy link
Member

@aeschli I do not think intelli-sense icons can be customised? I am planning to support resource based icons in custom views.#27823

@aeschli aeschli added the feature-request Request for new features or functionality label Aug 3, 2017
@aeschli aeschli changed the title Support to allow re-using VSCode inbox icons in user extensions [icons] Support to allow re-using VSCode icons in user extensions Aug 3, 2017
@aeschli
Copy link
Contributor

aeschli commented Aug 3, 2017

This request is related to #10455

@aeschli aeschli added this to the Backlog milestone Aug 3, 2017
@patrys
Copy link

patrys commented Sep 12, 2017

Huge 👍 from me, my extension currently includes a copy of all of the Symbol Picker icons.

@peni4142
Copy link

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..

@Thaina
Copy link

Thaina commented Dec 6, 2018

Had been request this since #28519 But then you @sandy081 said it was duplicate. And then you just state this in >27823

Hence, I asked to create an issue per feature request.

And my issue was locked. What's wrong with this? Please reopen my old issue

@aeschli
Copy link
Contributor

aeschli commented Oct 9, 2019

FYI @misolori

@miguelsolorio
Copy link
Contributor

Also related to #78889

@KamasamaK
Copy link

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.

@sandy081
Copy link
Member

Codicons can be used now as tree item icons. Hence closing this.

Please file an issue for codicons if needed.

@sandy081 sandy081 removed the api label Nov 13, 2020
@sandy081 sandy081 removed tree-views Extension tree view issues feature-request Request for new features or functionality labels Nov 13, 2020
@sandy081 sandy081 removed this from the Backlog milestone Nov 13, 2020
@aaronfranke
Copy link

What about doing this for file icons? In my extension, I have "iconThemes" under "contributes", and my extension does provide the icon, but all of the other icons are gone too.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
icons-product Issues for in-product icons
Projects
None yet
Development

No branches or pull requests

10 participants