Commit db976c9
authored
fix(amazonq): duplicate code reference in reference log (aws#7208)
## Problem
We're currently adding the reference log on partial responses and on
complete responses, causing duplicate messages
## Solution
on flare side we're combining all code references into the final
response, so we just need to emit once
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 0157f7e commit db976c9
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | 535 | | |
540 | 536 | | |
541 | 537 | | |
| |||
556 | 552 | | |
557 | 553 | | |
558 | 554 | | |
| 555 | + | |
| 556 | + | |
559 | 557 | | |
560 | 558 | | |
561 | 559 | | |
| |||
0 commit comments