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:
parent
f7cfa44fad
commit
e430f67d3f
1 changed files with 6 additions and 6 deletions
|
@ -6,16 +6,16 @@
|
|||
{{ end }}
|
||||
|
||||
[diff]
|
||||
tool = vscode
|
||||
tool = default-difftool
|
||||
|
||||
[difftool "vscode"]
|
||||
[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
|
||||
|
|
Loading…
Reference in a new issue