vscode-git-graph
vscode-git-graph copied to clipboard
Setting for Always Check Out Commit (detached HEAD warning)
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.