Is bringing up a REPL within the scope of HLS? #202
Labels
type: enhancement
New feature or request
type: support
User support tickets, questions, help with setup etc.
I'm using HLS via haskell-lsp on Emacs and right now we have to run
haskell-interactive-switch
command fromhaskell-mode
to drop into a REPL, or load current module in it. And it seems if I'm not in a source module, some dependencies do not get picked up and it fails.So, I was wondering if there's a plan to take over the task of bringing up a REPL, or is this out of the scope for this project.
The text was updated successfully, but these errors were encountered: