Closed
Description
- From Add tracking of cabal files #417 (comment) and Add tracking of cabal files #417 (comment)
- As commented there even if we have a hls version with support, to not throw errors to users of older versions
- We have to wait to a hls version with Add formatting plugin for cabal files which uses cabal-fmt haskell-language-server#2047 (with the condition we could add when th pr is is master)
- The new 1.5.0 release will no include the inclusion of .cabal files
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
jneira commentedon Aug 3, 2021
@fendor that is a good solution but it would apply only to some version of the vscode extension and not for other editors (so they will have those errors for older hls versions if they enable them like here)
So not sure if it worths look for a solution in hls, where those errors will start to be emitted.
jneira commentedon Aug 25, 2021
I've reverted the tracking of .cabal files temporary in #444 (91e9738)