gitHistoryVSCode
gitHistoryVSCode copied to clipboard
Controls not responsive after branch delete
From master create new branch
git checkout -b test
Open Git History (git log)
Switch to master and delete branch test
git checkout master
git branch -d test
In Git History (git log) window, click Refresh or Next button.
In the OUTPUT you will see fatal: bad revision 'test' and buttons are disabled.

v0.6.14