Skip to content

Commit

Permalink
Added __pycache__ folder icon mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 5, 2018
1 parent 58811d7 commit c13c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Expand Up @@ -115,7 +115,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-benchmark', folderNames: ['benchmark', 'benchmarks', 'performance', 'measure', 'measures', 'measurement'] },
{ name: 'folder-messages', folderNames: ['messages', 'forum', 'chat', 'chats', 'conversation', 'conversations'] },
{ name: 'folder-less', folderNames: ['less'] },
{ name: 'folder-python', folderNames: ['python'] },
{ name: 'folder-python', folderNames: ['python', '__pycache__'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit c13c060

Please sign in to comment.