I've just started using Visual Studio Code (on Windows) for new UI project I've just joined. I have my Path environment variable configured to point to my cygwin git executable as follows:
C:\cygwin64\bin
I've verified that this is working by opening a Windows command prompt and successfully executing Linux commands. However, when I open the git project in Visual Studio Code, which looks to the path to resolve its "git.path" configuration, I get the following error:
ENOENT: no such file or directory, lstat 'C:\cygdrive'
Explicitly configuration the Workspace Settings file (settings.json) doesn't work either.
Any ideas?