vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Automatically delete head branches isn't synced with the extension after merge/squash
When configuring GitHub to "Automatically delete head branches" like in here -

After every merge/squash from the extension, the head branch is deleted as expected on GitHub and on the origin of course, but the extension is not updated and does not show any indication of the deletion, the opposite - it asks me if I want to delete the branch -

- Extension version: v0.44.0
- VSCode Version: 1.68.1
- OS: macOS Monterey 12.4
Steps to Reproduce:
- Go to repo settings > General > enable "Automatically delete head branches "
- Open a PR
- Go to vscode > GitHub Pull Requests extension > merge the PR