Skip to content

Commit

Permalink
Added file association to docker-compose file extension (material-ext…
Browse files Browse the repository at this point in the history
  • Loading branch information
milkyware authored and Anselmoo committed Nov 5, 2022
1 parent 9a32e9f commit 3a789aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export const fileIcons: FileIcons = {
{ name: 'arduino', fileExtensions: ['ino'] },
{
name: 'docker',
fileExtensions: ['dockerignore', 'dockerfile'],
fileExtensions: ['dockerignore', 'dockerfile', 'docker-compose.yml', 'docker-compose.yaml'],
fileNames: [
'dockerfile',
'dockerfile.prod',
Expand Down

0 comments on commit 3a789aa

Please sign in to comment.