From 3803ba02d3e0a39f707bb85b5de7666fb7a4e28a Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Mon, 8 Jan 2024 11:51:21 +0100 Subject: [PATCH] Adjust azure pipelines filename (#2186) * Adjust azure pipelines filename * Adjustment for yaml file extension --- src/icons/fileIcons.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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'] }, {