You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the "languageServerHaskell.trace.server" setting work
Prior to this it had no effect, it now maps to log commands to hie.
For some reason it applies to launching via the debug options, I have
no idea why that is the case.
Mapping is
"off" : hie --lsp
"messages" : hie --lsp -d -l /tmp/hie.log
"verbose" : hie --lsp -d -l /tmp/hie.log --vomit
0 commit comments