Open
Description
Cygwin maps Linux POSIX paths to Windows Path and prefixes the current path with /cygdrive/
That means, assume you are in this folder: C:\Users\Username\git\project
the corresponding cygwin path would be /cygdrive/c/Users/Username/git/project
Could you prepend the /cygdrive/
if a users defines an id which contains cygwin
in the commandline
property. I’m not a Powershell scripter, so it woud take too much time for me.