Merged
Conversation
fendor
approved these changes
Aug 17, 2023
Collaborator
fendor
left a comment
There was a problem hiding this comment.
Awesome, thank you very much!
fendor
requested changes
Aug 17, 2023
Collaborator
fendor
left a comment
There was a problem hiding this comment.
Actually, we are missing one thing
Collaborator
|
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 |
Collaborator
Author
|
Is there anything else about |
Collaborator
|
I don't think so. |
fendor
approved these changes
Aug 17, 2023
Collaborator
fendor
left a comment
There was a problem hiding this comment.
LGTM, thanks for updating the documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
.cabalfiles 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
.cabalfiles 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.cabalfiles 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