nwolverson / purescript-language-server

MIT License
184 stars 41 forks source link

check if PURS_IDE_SOURCES env var is being used in startup #76

Closed justinwoo closed 4 years ago

justinwoo commented 4 years ago

I realized this probably needs to be done. I also realized that it seems like WSL2 might not pass env vars correctly, but I have to dig into this more.

justinwoo commented 4 years ago

Okay, I've successfully reproduced the bug on Linux:

Screenshot from 2020-06-30 02-37-15

And actually applied the fix manually the VSCode extension to test the fix:

Screenshot from 2020-06-30 02-38-17

It seems like the same fix does not apply to WSL2 VSCode so I will dig further into that myself, but it's unrelated to this bug.