Skip to content

Commit

Permalink
refactor(component): add gui to extensions (vscode-icons#3016)
Browse files Browse the repository at this point in the history
Add the gui extension to the component folder icon
  • Loading branch information
sasial-dev authored May 21, 2022
1 parent 777bf8c commit e436490
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/iconsManifest/supportedFolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@ export const extensions: IFolderCollection = {
},
{
icon: 'component',
extensions: ['component', 'components', '.components', 'ui', 'widgets'],
extensions: [
'component',
'components',
'.components',
'gui',
'ui',
'widgets',
],
format: FileFormat.svg,
},
{
Expand Down

0 comments on commit e436490

Please sign in to comment.