Commit 3e21737
authored
fix(amazonq): code reference codelense works (#7331)
builds off #7323
## Problem
- Code reference codelense doesn't open the code reference panel, it
opens problems.
- Sometimes the codelense never goes away.
(Note: both of these bugs are on prod)
## Solution
- Hide the codelense after 5 seconds.
- Properly link the codelense to code reference log panel.
## Verification
https://github.com/user-attachments/assets/3a231ab4-1e25-4746-864a-d66f5e852686
---
- 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 042ce00 commit 3e21737
File tree
2 files changed
+12
-1
lines changed- packages
- amazonq/src/app/inline
- core/src/codewhisperer/commands
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
126 | 137 | | |
127 | 138 | | |
128 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments