haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Wrong path to Windows Subsystem for Linux (WSL) #86

Open CSalih opened 5 years ago

CSalih commented 5 years ago

Change the Windows path to a Linux path, when the Terminal is WSL (or another Bash)

User@~$ cd "c:\Users..." -bash: cd: c:\Users...: No such file or directory

should be: cd /mnt/c/Users/...

martrik commented 5 years ago

Hello! We aren't actively maintaining Haskelly anymore. If you want to submit a PR fixing the issue we'll gladly review it and release a new version with the changes :)