tfausak / purple-yolk

:hatching_chick: A Haskell IDE for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=taylorfausak.purple-yolk
MIT License
26 stars 2 forks source link

Make Purple Yolk work on Windows #86

Closed EduardSergeev closed 3 months ago

EduardSergeev commented 3 months ago

Correct path format in cwd argument

Use Uri.fsPath (instead of path) which returns URI file path in platform-specific format.

This version should work on all threee supported platforms: Linux, MacOS & Windows

Fixes: #85