vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Remote branches is not updated in "Merge changes from" branch dropdown
Whenever I push a branch to my remote on GitHub I expect it to be present in the list of branches when I'm about to make a PR, but it never comes up in the list.
I have to press "Cancel" in the panel and then reopen it for it to show. Also it takes too long time to load the branches from the remote so that's something to be looked at as well.
Maybe a refresh icon so I can reload the branches?
I can repro by doing the following:
- Checkout my main branch.
- "Create Pull Request"
- Open another view container so that the "Create a Pr" view is hidden.
- Checkout my topic branch.
- Re-open the "Create a PR" view by clicking on the activity bar icon.
Adding a refresh button is a reasonable solution for this.
Duplicate of https://github.com/microsoft/vscode-pull-request-github/issues/3357