-
Notifications
You must be signed in to change notification settings - Fork 64
HLS configuration options and lsp-haskell
#198
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
Comments
Maybe of interest to @asadoll , because they implemented many of the options into |
There's a elisp snippet in |
Yes, that's what I thought about. However, I cannot see how we then discriminate between the configurations options of different HLS versions. One can extract the set of configuration options from a specific HLS version, but from many? Would it be enough to only extract the set of options from the latest HLS release? |
Yes, that's what I've done in the past. It's not perfect but I think it's the best thing we can do. |
Probably related: #99.
I was worried about the alignment of configuration options in
lsp-haskell
, and the actuall options ("Configuration") provided by HLS.Looking into
lsp-haskell.el
, it seems like a good chunk of work to drag along the configuration options, which are exposed by HSL, on the Emacs side. I saw that there is actually an HLS command (!) generating the extension schema for VSCodeFirst, I was wondering what is the reason why this is VSCode-sepcific? Actually, I was thinking we should provide this schema in an editor agnostic way (JSON I guess; the VSCode schema comes pretty close but some information we have in
lsp-haskell.el
is actually not available in the VSCode extension schema).What do you think?
PS: There is a separate command printing the default configuration, but it is even less useful for scraping the available configuration options.
The text was updated successfully, but these errors were encountered: