-
I'm surprised that the "interfaces" folder does not have own icon while the default VSCode has one. If the "interfaces" folder icon is not present in the extension by default, I would appreciate some tips on using the default one. Unfortunately, the docs on the extension home page are not really clear to me:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @GYuriy, you're right, currently this icon extension does not provide a folder icon for "interfaces". The docs describe that you can use one of the existing icons for new folder names. So for example you could add the following snippet into your user settings (if you open it as JSON): "material-icon-theme.folders.associations": {
"interfaces": "class"
} And as a result the "interfaces" folder with have the "class" folder icon. Instead of class you can use any other name which is provided in the preview image on the home page. Do you think that the class-icon would be suitable for folder names like "interfaces"? |
Beta Was this translation helpful? Give feedback.
Hi @GYuriy, you're right, currently this icon extension does not provide a folder icon for "interfaces". The docs describe that you can use one of the existing icons for new folder names. So for example you could add the following snippet into your user settings (if you open it as JSON):
And as a result the "interfaces" folder with have the "class" folder icon. Instead of class you can use any other name which is provided in the preview image on the home page.
Do you think that the class-icon would be suitable for folder names like "interfaces"?