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 race condition in branch picker when creating PR (#8628)
* Initial plan
* Initial plan for fixing branch picker race condition
Agent-Logs-Url: https://github.com/microsoft/vscode-pull-request-github/sessions/f9f9a4fa-befb-4089-968f-721dfd44e120
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix race condition in branch picker when creating PR
Register onDidAccept/onDidHide handlers before async updateItems to
avoid missing early user interactions. Fall back to activeItems when
selectedItems is empty due to items being replaced during debounced
refresh.
Agent-Logs-Url: https://github.com/microsoft/vscode-pull-request-github/sessions/f9f9a4fa-befb-4089-968f-721dfd44e120
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments