Demonstration of an issue with the autocommit behaviour of the GitDoc VSCode extension
https://github.com/gimbo/gitdoc-autocommit-issue-demo.git
This repo is to a demonstration of an issue (issue 21) with the GitDoc VSCode extension, namely that the commitOnClose setting doesn't work as documented:
-GitDoc: Commit on Close- Specifies whether to automatically commit changes when you close VS Code. Defaults totrue.
According to the extension's ChangeLog this feature was added in release v0.0.7 (2021-03-07); specifically we have commit 4b8f7f39 (2021-03-07) in response to issue 11 (closed 2021-03-07).
I witnessed this behavious on a fresh install of VSCode (on a Mac), where GitDoc is the only installed extension.