Closed dylanbraithwaite closed 5 years ago
Thanks for reporting this!
Fixed this by adding quotes around the path, i.e "C:\Program Files\Haskell\bin\agda.exe"
instead of C:\Program Files\Haskell\bin\agda.exe
.
I'm almost certain I had tried adding quotation marks without any change before opening this issue. I eventually gave up trying to install the plugin after running into a similar issue to #68 (using a path without spaces for agda) but I'll reinstall tomorrow and see if quoting the path makes any difference now. Thanks!
I was able to reproduce this issue, and the workaround provided by @Supernerd11 (adding quotes around the path) also worked as well.
It seems like spaces in the executable path aren't being properly escaped in Windows. In particular I couldn't find a way to make
C:\Program Files\Haskell\bin\agda.exe
work as a path. The plugin reports