Skip to content

Commit 2844554

Browse files
authored
feat(amazonq): support .gradle files in /dev (#6068)
## Problem `.gradle` files are not currently supported by /dev ## Solution Add `.gradle` to list of supported file extensions I manually tested some prompts in /dev with requests to modify the build.gradle and it worked
1 parent 338ea67 commit 2844554

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Amazon Q /dev: support `.gradle` files"
4+
}

packages/core/src/shared/filetypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export const codefileExtensions = new Set([
206206
'.gd',
207207
'.go',
208208
'.gql',
209+
'.gradle',
209210
'.graphql',
210211
'.groovy',
211212
'.gs',

0 commit comments

Comments
 (0)