Merge pull request #6 from coffenbacher/git-integration

Use built-in git instead of Git Automator extension
This commit is contained in:
Jani Eväkallio 2020-06-29 23:08:41 +01:00 committed by GitHub
commit 3d6428d77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -11,16 +11,12 @@
// GitLens for seeing version history inline
"eamodio.gitlens",
// Git Automator for quick commit and push
// (Could be improved)
"ivangabriele.vscode-git-add-and-commit",
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
// [[wiki-links]], backlinking etc
"kortina.vscode-markdown-notes",
// Adds `show graph` command that displays graph of linked notes
"tchayen.markdown-links",

View File

@ -7,5 +7,7 @@
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
}
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync"
}