Skip to content

Commit

Permalink
Add azure-pipeline icon to files ending with *.azure-pipelines.yaml
Browse files Browse the repository at this point in the history
Some users might have multiple pipeline definitions in their projects. I often see users (including myself) naming them `dev.azure-pipelines.yaml`, `staging.azure-pipelines.yaml` and so on. This change would allow users to do that and still see the azure-pipeline icon.
  • Loading branch information
robinmanuelthiel committed Feb 17, 2020
1 parent f76109b commit 57d67e8
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 @@ -823,7 +823,7 @@ export const fileIcons: FileIcons = {
{ name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] },
{ name: 'godot', fileExtensions: ['gd'] },
{ name: 'godot-assets', fileExtensions: ['godot', 'tres', 'tscn'] },
{ name: 'azure-pipelines', fileNames: ['azure-pipelines.yml', 'azure-pipelines.yaml'] },
{ name: 'azure-pipelines', fileNames: ['azure-pipelines.yml', 'azure-pipelines.yaml'], fileExtensions: ['azure-pipelines.yml', 'azure-pipelines.yaml'] },
{ name: 'azure', fileExtensions: ['azcli'] },
{ name: 'vagrant', fileNames: ['vagrantfile'], fileExtensions: ['vagrantfile'] },
{ name: 'prisma', fileNames: ['prisma.yml'], fileExtensions: ['prisma'] },
Expand Down

0 comments on commit 57d67e8

Please sign in to comment.