vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Open External directory diff with vscode

Open bartAso opened this issue 2 years ago • 1 comments

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!

bartAso avatar Apr 17 '23 10:04 bartAso

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.

intafon avatar Mar 29 '24 00:03 intafon