Vscode-material-icon-theme: [Icon Request] Firebase folder icon

Created on 7 Oct 2019  路  10Comments  路  Source: PKief/vscode-material-icon-theme

There's should a Firebase Icon. Hope you will add one. Thanks 馃槂馃榿

Most helpful comment

Just added a firebase folder icon:

Collapsed Expanded
firebase folder icon collapsed firebase folder icon expanded

I also updated the firebase file icon a little bit so that it fits better to the folder icon:

File icon
update firebase file icon

All 10 comments

Hi @Shubham2004-AI, we already have a Firebase icon:

https://github.com/PKief/vscode-material-icon-theme/blob/088fc539470369b92b1f42d0fa4b84c0fa3da542/src/icons/fileIcons.ts#L693

Firebase icons

Are there some file extensions or file names missing for you?

Oh sorry, I was talking about Firebase Folder Icon

Alright, what would be the name of a Firebase specific folder icon?

outside of a firebase folder icon, firebase also creates "firestore.rules" and "firestore.indexes.json" files when initializing a firebase project using the firebase cli, and those currently aren't marked with icons

Hey @PKief , FireFolder can be ? That's not the best name but have you also any idea.

@AnthonyLenglet

// settings.json
 "material-icon-theme.files.associations": {
    "firestore.rules": "firebase",
    "firestore.indexes.json": "firebase",
  },

or something like that. I did not test this; but, this is how you do it generally.

Just added a firebase folder icon:

Collapsed Expanded
firebase folder icon collapsed firebase folder icon expanded

I also updated the firebase file icon a little bit so that it fits better to the folder icon:

File icon
update firebase file icon

@PKief Icon should be displayed on folder name firebase.
_.firebase_ is not mostly used. Can you change that?

@PKief I have been trying to get this to work by default with no luck, then I added below to .vscode/settings.json

"material-icon-theme.folders.associations": { "firebase": "firebase", }

Also tried
"material-icon-theme.folders.associations": { "firebase": "folder-firebase", }

Still showing classic gray

image

Hi @ajonp, this is not working because you placed this config in the local workspace settings file. This is not supported right now (see https://github.com/PKief/vscode-material-icon-theme/issues/208). To make it work you have to put this config into your user settings.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GeraldNDA picture GeraldNDA  路  5Comments

RacerDelux picture RacerDelux  路  3Comments

usama-asfar picture usama-asfar  路  5Comments

stefan-kern picture stefan-kern  路  4Comments

covertbert picture covertbert  路  5Comments