Commit 2257bd0
authored
feat(amazonq): support Dockerfile files in /dev (#6107)
## Problem
`Dockerfile` files are not currently supported by /dev
## Solution
Add a list of file prefixes that are considered code files for /dev.
This approach supports not only `Dockerfile` but also popular variants
of this such as `Dockerfile.build`, `Dockerfile-prod`, etc.
I manually tested some prompts in /dev with requests. I set breakpoints
to see that the file was being zipped up in workspace upload.1 parent b516e1f commit 2257bd0
File tree
2 files changed
+15
-2
lines changed- packages
- amazonq/.changes/next-release
2 files changed
+15
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
350 | 354 | | |
351 | 355 | | |
352 | | - | |
353 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
354 | 363 | | |
0 commit comments