vscode-git-graph
vscode-git-graph copied to clipboard
Open External directory diff with vscode
when I press "Open External directory diff with vscode" I get the error "At least one file must be provided to wait for." I suspect that something in the configuration of difftool might not align with what git-graph expects:
[diff] tool = vscode [difftool "vscode"] cmd = code --wait --diff $LOCAL $REMOTE
if that's so, what should I write there instead?
thank you very much for your help!
Did you find an answer to this question? I am running into this issue trying to use vscode as a difftool with "Compare Folders" extension with remote server editing. It seems that --wait is not supported on remote servers, but not sure why this is causing issues otherwise.