Releases: haskell/vscode-haskell
Releases · haskell/vscode-haskell
Release 2.8.0
What's Changed
- Standardized LICENSE for vscode-haskell, by @Shubhashish-Chakraborty in #1290
- Migrate project to npm 11.9.0 by @fendor in #1336
New Contributors
- @Shubhashish-Chakraborty made their first contribution in #1290
Full Changelog: 2.6.1...2.8.0
Pre-relase 2.7.0
Release 2.6.1
Release 2.6.0
This is the first release which enables Language Server support for .cabal files by default.
If this causes any problem for you, you can disable the support for .cabal file by setting the new option "haskell.supportCabalFiles": "disable".
By default, this setting is set to automatic, which enables Language Server support for .cabal files conditionally on the version of your Haskell Language Server binary (HLS binaries older than 1.9.0.0 cannot process .cabal files).
What's Changed
- Add option to enable/disable
.cabalfile support
(#1223) by @fendor - Upgrade project to use latest eslint version
(#1150) by @fendor - Fix windows CI
(#1149) by @fendor - Manually install ghcup into image
(#1119) by @fendor - bump vscode-languageclient version to 9.0.1
(#1108) by @jetjinser - Add cabalFormattingProvider to package.json
(#1100) by @fendor
New Contributors
- @jetjinser made their first contribution in #1108
Full Changelog: 2.5.3...2.6.0
Pre-release 2.5.3
What's Changed
- Split out packaging action
(#1080) by @fendor - Add Session Loading style to list of known configs
(#1077) by @fendor - Tooling update
(#1043) by @bzm3r - Add
haskell.plugin.fourmolu.config.pathoption
(#987) by @georgefst
New Contributors
Full Changelog: 2.4.3...2.5.3
Release 2.4.4
What's Changed
- Split out packaging action
(#1080) by @fendor - Add Session Loading style to list of known configs
(#1077) by @fendor - Tooling update
(#1043) by @bzm3r - Add
haskell.plugin.fourmolu.config.pathoption
(#987) by @georgefst
New Contributors
Full Changelog: 2.4.3...2.4.4
Release 2.5.2
What's changed
- Include changes from the 2.4.3 release.
Release 2.4.3
Release 2.5.1
What's changed
- Include changes from the 2.4.2 release.
Release 2.4.2
What's changed
- Add stan plugin option #1000
(#1000) by @fendor - Probe for GHCup binary wrt #962
(#963) by @hasufell - Bump old hls version and upgrade test runner to macos-latest
(#960) by @July541 - Increase time limitation to make test on Windows more stable
(#959) by @July541 - Update release docs for refreshing CI tokens
(#942) by @fendor

