diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 37654ad33..f9efd2338 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1728,8 +1728,18 @@ export const fileIcons: FileIcons = { }, { name: 'azure-pipelines', - fileNames: ['azure-pipelines.yml', 'azure-pipelines.yaml'], - fileExtensions: ['azure-pipelines.yml', 'azure-pipelines.yaml'], + fileNames: [ + 'azure-pipelines.yml', + 'azure-pipelines.yaml', + 'azure-pipelines-main.yml', + 'azure-pipelines-main.yaml', + ], + fileExtensions: [ + 'azure-pipelines.yml', + 'azure-pipelines.yaml', + 'azure-pipelines-main.yml', + 'azure-pipelines-main.yaml', + ], }, { name: 'azure', fileExtensions: ['azcli'] }, {