Merge pull request #6 from coffenbacher/git-integration
Use built-in git instead of Git Automator extension
This commit is contained in:
commit
3d6428d77b
2 changed files with 4 additions and 6 deletions
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
|
@ -11,10 +11,6 @@
|
||||||
// GitLens for seeing version history inline
|
// GitLens for seeing version history inline
|
||||||
"eamodio.gitlens",
|
"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)
|
// Tons of markdown goodies (lists, tables of content, so much more)
|
||||||
"yzhang.markdown-all-in-one",
|
"yzhang.markdown-all-in-one",
|
||||||
|
|
||||||
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -7,5 +7,7 @@
|
||||||
"workbench.colorTheme": "Gray Matter Light",
|
"workbench.colorTheme": "Gray Matter Light",
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": true
|
||||||
}
|
},
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"git.postCommitCommand": "sync"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue