phoityne / hdx4vsc

Haskell Debugger Extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=phoityne.phoityne-vscode
BSD 3-Clause "New" or "Revised" License
50 stars 9 forks source link

Reset the module search path on cabal launches #11

Closed stevecheckoway closed 4 years ago

stevecheckoway commented 4 years ago

Without an -i option with no directory, break points cannot be set outside of Main.hs nor can one step into a function defined outside of Main.hs.

Fixes https://github.com/phoityne/hdx4vsc/issues/10.

phoityne commented 4 years ago

Thanks for your contribution !