Skip to content

Commit 97fe47e

Browse files
author
David Hasani
committed
add yml
1 parent 2dacfa5 commit 97fe47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonqGumby/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export class GumbyController {
543543
canSelectMany: false,
544544
openLabel: 'Select',
545545
filters: {
546-
File: ['yaml'], // restrict user to only pick a .yaml file
546+
File: ['yaml', 'yml'], // restrict user to only pick a .yaml file
547547
},
548548
})
549549
if (!fileUri || fileUri.length === 0) {

0 commit comments

Comments
 (0)