Skip to content
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

The Initialize Request params get parsed as DidChangeConfiguration params #210

Closed
alanz opened this issue Dec 29, 2019 · 1 comment
Closed
Assignees

Comments

@alanz
Copy link
Collaborator

alanz commented Dec 29, 2019

This causes emacs-lsp/lsp-haskell#56

@alanz alanz self-assigned this Dec 29, 2019
alanz added a commit that referenced this issue Dec 30, 2019
Thr Initialize request does not include the initial configuration, so
parsing it to generate a configuration does not make sense.

If necessary, the server can request config on startup, if it is not
supplied, using ‘workspace/configuration’.

Closes #210
lukel97 added a commit to wz1000/haskell-lsp that referenced this issue Sep 1, 2020
See haskell#210 and haskell#211
Also rename Progress to ProgressAmount to avoid clashing with Progress
method in haskell-lsp-types
Also fix haskell#252, wrapping sendProgress notifications in bracket
Also add example func-test for said bug
lukel97 added a commit to wz1000/haskell-lsp that referenced this issue Sep 28, 2020
See haskell#210 and haskell#211
Also rename Progress to ProgressAmount to avoid clashing with Progress
method in haskell-lsp-types
Also fix haskell#252, wrapping sendProgress notifications in bracket
Also add example func-test for said bug
@wz1000
Copy link
Collaborator

wz1000 commented Oct 15, 2020

Fixed in #244

@wz1000 wz1000 closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants