garden/.vscode
Charlie c85ce09410 Use built-in git instead of Git Automator extension
This commit updates the template settings
To use the built-in VS Code git integration instead of Git Automator.

- Automatically stage all changes
  "git.enableSmartCommit": true,

- Automatically push & pull changes to the remote after committing
  "git.postCommitCommand": "sync"

This feature could be improved further
By setting a default key-binding to Git: Commit All,
And/or by automatically committing on save or focus change
For the most SaaS-like experience.
2020-06-29 13:52:12 -07:00
..
extensions.json Use built-in git instead of Git Automator extension 2020-06-29 13:52:12 -07:00
foam.json Update template 2020-06-25 00:20:38 +01:00
settings.json Use built-in git instead of Git Automator extension 2020-06-29 13:52:12 -07:00