Commit 8b08ef4
authored
fix(amazonq): progress bar persists after cancelling README creation #6144
## Problem
If a user creates or updates a README using /doc and hits "Cancel"
during the "Scanning source files" step, the prompt input progress bar
persists.
## Solution
Do not display the prompt progress bar if a user has cancelled the
current task.1 parent 848b6bb commit 8b08ef4
File tree
2 files changed
+7
-3
lines changed- packages
- amazonq/.changes/next-release
- core/src/amazonqDoc/session
2 files changed
+7
-3
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 | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments