-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
[Request] Specific folder icons #650
Comments
|
@robertohuertasm Added to the list. |
typescript ^^ |
|
|
@kristianmandrup Folders manifest is here. |
Oh, turns out that using language-stylus extension adds an icon by itself. Just needed a reload after install. Not sure about "icon conflict resolution" strategy in this case? |
What do you mean by "icon conflict resolution" strategy? |
I mean if two or more VS code extensions each try to define their own icon for a particular file extension. |
Extensions don't define icons, we do. We just rely on the extension |
Gotcha! Anyways, it works. Thanks. |
I wan't to give a "vsicons.associations.folders": [
{ "icon": "docker", "extensions": ["docker"], "format": "svg" }
] But it doesn't work (after apply - folder has no icon at all). What should add to get a scpecific file icon on the folder name? Assigning fodler icons to folder work for me, but not file icons. |
The thing is that you can only assign file icons to files and folder icons to folders. You cannot use file icons for folders. In order to achieve what you want you should have to provide your own custom folder icon. Take a look at the readme to learn the specifics. |
I have added |
Woldn't it be useful to add this ability out of the box? Maybe you wan't to make some folder with angular project have |
@whitecolor I have already thought of that but this will require that the extension will have to have SVG creation capabilities. It's nice to have but out of the current scope. |
Ok, I hope this will be made eventually. I just think there should one list of icons, and a user could assign any to folders or files. |
Support for folders named benches/benchmarks? From: #2588 |
Please support folder named "__snapshots__" / "snapshots" and "__fixtures__" / "fixtures". Both of them are used by testing convenience. Especially __snapshots__ are auto generated by Jest |
Maybe a quick fix: There already is an icon for folder_type_client. Like other icons (assets, libraries, services, tools, ...) this should be associated to its plural clients as well. Thanks for the great extension! 😊 |
I like to call my "helper" folder utilities. Would it be reasonable to reuse tools icon of util and utils for utilities as well? |
@shaman-apprentice, it probably would. I guess you already know you can leverage our customization feature to get that icon for your |
Any news on the Google Cloud [gcp] icon? I haven't found it. Would be nice to have it associated with |
can add "stores" for flutter mobx, and "ui" |
I'm missing 'screens' (already asked in the thread) and 'constants' (plural or not, also 'const' could make sense). |
helm folder icon please. I see kubernetes exists. Icon from their hompage: https://helm.sh/img/helm.svg |
If Recoil is gaining traction on the (react) state manager wasteland, and it has a cool logo now, that would be perfect for a dedicated folder. |
It would be nice to have folders errors/exceptions and core/shared. |
please add an icon for the container folder |
please add folder for yarn berry (yarn v2). The folder is #2685 should be folder icon, not file icon. |
Please add some icons for the texture(s) & system(s) folders. Thanks in advance. :) |
Please add 'apache' and 'ansible' folder icons. Really enjoy the extension, thank you. |
Please add an extra word "repos" to the list of supported folder icons for db. Thank u! |
I always use |
Please add |
Please add |
ibm folder. I suggest a trash can |
I'd love to see an icon for the |
What about a powershell folder for scripts? powershell or pwsh |
Could you think about icons for folders like Apache and Virtual Hosts? |
Imgs should be added for images folders |
Locking this issue as it is hard to keep track of what's been implemented or what not. From now own, if you want to ask for support for a specific folder, please create a new issue. |
We are keeping here a list of requested folder icons.
We are going to update this list as we go along adding icons.
Before requesting a folder icon make sure to check out the already supported folder list.
Any new requests SHOULD be submitted via comments on this issue and we'll update the list accordingly.
Debatable
Debatable
are folder names that are debatable on whether we should provide a specific icon.The text was updated successfully, but these errors were encountered: