DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] Deleted branch still appears after its deletion #734

Open mdufourneaud opened 1 year ago

mdufourneaud commented 1 year ago

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

DonJayamanne commented 1 year ago

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

AiYu-YH commented 1 year ago

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

knwachuk commented 1 year ago

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