Skip to content

Commit

Permalink
feat(amazonq): support .gradle files in /dev (#6068)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
avi-alpert authored Nov 21, 2024
1 parent 338ea67 commit 2844554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Amazon Q /dev: support `.gradle` files"
}
1 change: 1 addition & 0 deletions packages/core/src/shared/filetypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const codefileExtensions = new Set([
'.gd',
'.go',
'.gql',
'.gradle',
'.graphql',
'.groovy',
'.gs',
Expand Down

0 comments on commit 2844554

Please sign in to comment.