Commit graph

4 commits

Author SHA1 Message Date
Jani Eväkallio
d8083dbb76 Remove font ligatures from default settings 2020-07-03 17:23:07 +01:00
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
Jani Eväkallio
96c6a8bfad Update template 2020-06-25 00:20:38 +01:00
Jani Eväkallio
6b34fb4ce8 Rudimentary template 2020-06-20 02:24:45 +01:00