Releases: haskell/vscode-haskell
Releases · haskell/vscode-haskell
1.0.0
vscode-haskell is now published under a new extension.
This update also includes support for decompressing binaries in .zip archive format.
0.1.1
0.1.0
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