Skip to content

Release 2.4.1

Compare
Choose a tag to compare
@July541 July541 released this 09 Aug 15:31
· 133 commits to master since this release
d6e4dc2

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.

Changes