Skip to content

Commit

Permalink
Remove whitespace add router icon for vue theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakosa666 committed Mar 16, 2019
1 parent 4e88293 commit 1bc44dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,3 @@
"vscode": "^1.1.29"
}
}

2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const fileIcons: FileIcons = {
name: 'routing',
fileExtensions: ['routing.ts', 'routing.js', 'routes.ts', 'routes.js'],
fileNames: ['router.js', 'router.ts', 'routes.js', 'routes.ts'],
enabledFor: [IconPack.Angular, IconPack.Ngrx, IconPack.React, IconPack.Redux]
enabledFor: [IconPack.Angular, IconPack.Ngrx, IconPack.React, IconPack.Redux, IconPack.Vue, IconPack.Vuex]
},
{
name: 'redux-action',
Expand Down
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-guard', folderNames: ['guard', 'guards'] },
{ name: 'folder-prisma', folderNames: ['prisma'] },
{ name: 'folder-pipe', folderNames: ['pipe', 'pipes'] },
{ name: 'folder-svg', folderNames: ['svg', 'svgs'] },
{ name: 'folder-svg', folderNames: ['svg', 'svgs'] },
{ name: 'folder-vuex-store', folderNames: ['store'], enabledFor: [IconPack.Vuex] },
{ name: 'folder-vue', folderNames: ['components'], enabledFor: [IconPack.Vuex , IconPack.Vue] },
]
Expand Down

0 comments on commit 1bc44dd

Please sign in to comment.