haskell-lsp v0.2.3.0 Release Notes

    • 👍 GHC 8.4.3 support
    • Apply changes to the VFS in the order received in a message. This fixes vscode undo behaviour. By @Bubba
    • Introduce additional error codes as per the LSP spec. By @Bubba
    • ➕ Add preliminary support for recording LSP traffic for later playback in test scenarios. By @Bubba