DonJayamanne/gitHistoryVSCode

[BUG] Deleted branch still appears after its deletion

mdufourneaud opened this issue · 3 comments

Describe the Bug

When deleting a branch, the deleted branch still appears after its deletion.
The deleted branch only disappear after restarting VSCode.

Steps To Reproduce

  1. Delete a Git branch.
  2. The deleted branch is still visible in the history.

Expected Behavior

After deleting a branch, it used to disappear in previous version.

Environment

  • OS: Windows 11
  • VSCode version: 1.77.0-insider
  • Git History version: 0.6.20

Please could you share a screenshot of the issue
And highlight the section that is incorrect

I have the same problem in my environment.
This also occurs in branch creation.
Restarting VSCode will reflect this.

OS : Windows10
VSCode : 1.76.1
Git Hisotry : 0.6.20
Git : 2.39.2.windows.1
githistory

Not just deleted branches either. As with #735, the Git History started showing stale information and I noticed it after the February Update (1.76) to VSCode (about a couple weeks ago).

A possible work around is to reload window and re-open Git History when I really need up-to-date information.

Screen Shot 2023-03-27 at 1 47 35 AM