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