Skip to content

Commit

Permalink
Add .devcontainer folder icon association
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 23, 2020
1 parent 1f04fd4 commit 548928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-cluster', folderNames: ['cluster', 'clusters'] },
{ name: 'folder-command', folderNames: ['command', 'commands', 'cli', 'clis'] },
{ name: 'folder-constant', folderNames: ['constant', 'constants'] },
{ name: 'folder-container', folderNames: ['container', 'containers'] },
{ name: 'folder-container', folderNames: ['container', 'containers', '.devcontainer'] },
{ name: 'folder-content', folderNames: ['content', 'contents'] },
{ name: 'folder-core', folderNames: ['core'] },
{ name: 'folder-delta', folderNames: ['delta', 'deltas', 'changes'] },
Expand Down

0 comments on commit 548928b

Please sign in to comment.