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
{{ message }}
This repository was archived by the owner on Feb 19, 2019. It is now read-only.
and set the "swift.path" in user preference to path of those batch files, then I keep getting errors This socket has been ended by the other party.
If I replace all the spawn(executable) in your extension with spawn(bash, ["-c", executable]) and set the path things to WSL paths, it works just fine.
So how can I avoid the error without modifying your code, or would you mind add some settings for WSL users?