Release 2.4.1
Fix an issue that the client doesn't send workspace/didChangeConfiguration
after restarting the server, which makes user configurations like formatter won't work and fall through default settings, see #920 for details.
We temporarily fix this by downgrading vscode-languageclient
to an older version to make sure the client will send workspace/didChangeConfiguration
after restarting.
This will be ultimately addressed on the server side by making haskell-language-server following the newer LSP spec, see haskell/lsp#510 for discussion.