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

Add support CodeActionOptions (added in LSP spec 3.11.0) #178

Merged
merged 2 commits into from
Aug 25, 2019

Conversation

thomasjm
Copy link
Collaborator

Cf. issue #134

@alanz alanz requested review from lukel97 and wz1000 July 16, 2019 06:28
@alanz alanz merged commit 23a59bc into haskell:master Aug 25, 2019
@@ -846,7 +847,7 @@ initializeRequestHandler' onStartup mHandler tvarCtx req@(J.RequestMessage _ ori
, J._documentHighlightProvider = supported (documentHighlightHandler h)
, J._documentSymbolProvider = supported (documentSymbolHandler h)
, J._workspaceSymbolProvider = supported (workspaceSymbolHandler h)
, J._codeActionProvider = supported (codeActionHandler h)
, J._codeActionProvider = codeActionProvider o
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line of the patch is incorrect. It should be implemented like typeDefinitionProvider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants