1
0
Fork 0
mirror of https://github.com/tylernguyen/dotfiles.git synced 2025-02-05 01:03:15 -06:00

refactor: inherit vscode docs snippet

This commit is contained in:
Tyler Nguyen 2024-11-14 22:58:39 -06:00
parent f7cfa44fad
commit e430f67d3f
No known key found for this signature in database

View file

@ -6,16 +6,16 @@
{{ end }}
[diff]
tool = vscode
tool = default-difftool
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[merge]
tool = vscode
tool = code
[mergetool "vscode"]
cmd = code --wait $MERGED
[mergetool "code"]
cmd = code --wait --merge $REMOTE $LOCAL $BASE $MERGED
[user]
name = Tyler Nguyen