Skip to content

Commit 45b3499

Browse files
committed
GH Actions workflows can use .yaml too
1 parent 9057a71 commit 45b3499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/diagnostics/node/diagnosticsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function collectWorkspaceStats(folder: string, filter: string[]): P
6161
{ tag: 'sln', filePattern: /^.+\.sln$/i },
6262
{ tag: 'csproj', filePattern: /^.+\.csproj$/i },
6363
{ tag: 'cmake', filePattern: /^.+\.cmake$/i },
64-
{ tag: 'github-actions', filePattern: /^.+\.yml$/i, relativePathPattern: /^\.github(?:\/|\\)workflows$/i },
64+
{ tag: 'github-actions', filePattern: /^.+\.ya?ml$/i, relativePathPattern: /^\.github(?:\/|\\)workflows$/i },
6565
{ tag: 'devcontainer.json', filePattern: /^devcontainer\.json$/i },
6666
{ tag: 'dockerfile', filePattern: /^(dockerfile|docker\-compose\.ya?ml)$/i }
6767
];

0 commit comments

Comments
 (0)