Commit 64edd0e
authored
fix(amazonq): Skip prefix matching for Edits suggestions that trigger on acceptance (aws#7814)
## Problem
For Edits pagination case, we always send discard telemetry even though
there are pending Edits suggestions. The root cause is due to prefix
matching logic (we always send discard telemetry if the prefix does not
match).
## Solution
Skip prefix matching for Edits suggestions that trigger on acceptance
(pagination case)
---
- 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 712d978 commit 64edd0e
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
299 | 300 | | |
300 | | - | |
| 301 | + | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| |||
0 commit comments