You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue completion provider to respect query order (#7508)
* Initial plan
* Fix issue completion provider to respect query order
- Replace Map with array to maintain insertion order
- Track seen issues with Set to avoid duplicates
- Process queries in order giving first-query priority
- Preserve existing sorting behavior within queries
Fixes#7442
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
0 commit comments