Skip to content

Commit

Permalink
Adds docker-compose.yaml file association
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Haffenden authored and PKief committed May 14, 2018
1 parent 62aed59 commit b659141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,12 @@ export const fileIcons: FileIcons = {
{
name: 'docker',
fileExtensions: ['dockerignore', 'dockerfile'],
fileNames: ['dockerfile', 'docker-compose.yml', 'docker-compose.override.yml']
fileNames: [
'dockerfile',
'docker-compose.yml',
'docker-compose.yaml',
'docker-compose.override.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty'] },
{
Expand Down

0 comments on commit b659141

Please sign in to comment.