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

Support for multi-location diagnostics #324

Merged
merged 2 commits into from
Apr 5, 2018

Conversation

kieferrm
Copy link
Member

This PR implements support for multi-location diagnostics.

I used https://github.com/kieferrm/lsp-dev-setup to setup the experimentation environment.

/**
* Whether the client supports diagnostics with related information.
*/
diagnosticRelatedInformation?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think that this property belongs here. Since diagnostics are in the form of a textDocument/publishDiagnostics request, perhaps it should go there instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

Makes sense. I moved the capability. Thanks!

@dbaeumer dbaeumer merged commit 3294c37 into microsoft:master Apr 5, 2018
@dbaeumer
Copy link
Member

dbaeumer commented Apr 5, 2018

@kieferrm merge the PR, but didn't publish yet. Will wait for the 1.22 release. I also updated the specification :-)

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.

3 participants