Skip to content

0.1.0

Compare
Choose a tag to compare
@lukel97 lukel97 released this 22 Jul 20:48
· 922 commits to master since this release

vscode-hie-server/Haskell Language Server is now just Haskell, and will soon be published in the VS Code marketplace under the Haskell organisation.

This release makes Haskell Language Server the default langauge server of choice and automatically downloads and installs binaries. Installation from source is still supported though and any binaries located on your PATH for the selected langauge server will be used instead.

Important!

As part of this, your configuration may be reset as the keys move from languageServerHaskell.completionSnippetsOn to haskell.completionSnippetsOn.

  • Fix the document and source browser
  • Remove obselete commands that are no longer supported by any of the language
    servers
    • Show type command
    • Insert type command
    • HaRe commands
    • Case split commands