-
Notifications
You must be signed in to change notification settings - Fork 92
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
Parse config from initializeOptions and pass in the old value of config to onConfigurationChange #285
Conversation
…ig to onConfigurationChange
I thought |
I'm pretty sure config was supposed to be passed into |
If I'm not mistaken haskell-langauge-server 1.0.0 was released without this and should work with coc/vim. Would be awesome if this would be released and used in hls :) @wz1000 |
Sounds good. Thanks for the info 👍 |
@wz1000 doing the lsp-test release now, but for some reason I can no longer build lsp-types, I'm getting some mysterious TH error. I'm not sure whats changed
|
I got the same failure with The required change |
onConfigurationChange
is now pure, if you want to react to configuration changes you will have to define a handler for theWorkspaceDidChangeConfiguration
message.