Running git difftool -d <commit> <commit>
on Windows opens the WebStorm diff tool but the contents disappear as soon as it starts.
Tried trustExitCode, prompt and the bat file.
[diff]
tool = webstorm
[difftool "webstorm"]
cmd = \"C:/Users/<me>/AppData/Roaming/JetBrains/WebStorm 2018.1.2/bin/webstorm64.exe\" diff \"$LOCAL\" \"$REMOTE\"