vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Setting for Always Check Out Commit (detached HEAD warning)

Open Spaark84 opened this issue 3 years ago • 0 comments

When checking out a commit, Git Graph shows a warning that this results in a detached HEAD stated. If one selects to never display this warning again, this selection is stored in the globalState of VS Code. To enable the warning again, there seems to be no other way than to delete the globaleState file in C:\Users<user>\AppData\Roaming\Code\User\globalStorage. Therefore, I recommend to handle this by a setting instead.

Spaark84 avatar Apr 29 '22 08:04 Spaark84