-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare pre-release 2.5.0 #940
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you very much!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, we are missing one thing
We need to add
to In general, in a release, we ought to run However, it is a bit tricky because sometimes, a GHC version you compiled HLS with doesn't have all the plugins available, the output is then incomplete. We have no readily available solution for this issue yet. Related issue: haskell/haskell-language-server#3660 |
Is there anything else about |
I don't think so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for updating the documentation
Pre-release 2.5.0
We are excited to announce the pre-release of a new feature that will greatly enhance the experience with HLS! With this release, we have added comprehensive support for
.cabal
files at the IDE level. This includes advanced features such as file formatting, diagnostics, and auto completions.One of our talented developers, @VeryMilkyJoe, has worked tirelessly on implementing this feature throughout the summer. We are grateful for this hard work and dedication. Now, we are thrilled to share this exciting update with all of you.
To ensure seamless integration, it is important to note that this functionality requires HLS version 1.8.0.0 or higher. Failure to meet this requirement may result in
.cabal
files being treated as Haskell files. We are aware that there are currently some unrelated error logs present. However, we kindly request our users to ignore these logs for.cabal
files as we continue to work diligently towards resolving them.Please refer to @VeryMilkyJoe's summary for demonstrations, which can be found here.
Thank you for your continued support!
Changes
(#618) by @fendor