You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the option --launcher-show-set-environment-commands on windows within Git bash, the list of path are separated using ; whereas : is expected.
For example, in a posix shell on either windows or unix, the following is expected:
When using the option
--launcher-show-set-environment-commands
on windows within Git bash, the list of path are separated using;
whereas:
is expected.For example, in a posix shell on either windows or unix, the following is expected:
but on windows, in a posix shell .. the following is returned:
The issue is here in function
generateEnvironmentScript
.An internal function named
pathSep(bool posix)
could be added.Reported by @vovythevov
The text was updated successfully, but these errors were encountered: