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

DRAFT: make vim-lsc publish its diagnostic capabilities #457

Merged
merged 3 commits into from
Mar 25, 2023

Conversation

thchha
Copy link
Contributor

@thchha thchha commented Dec 7, 2022

vim-lsc did not prompt to support diagnostics but simply relied on retrieveing notifications.
We have to further explore notifications sent from the server: vim-lsc shall be upfront about its capabiltiies; Otherwise they are missed.

vim-lsc did not prompt to support diagnostics but simply relied on
retrieveing notifications.
We have to further explore notifications sent from the server:
vim-lsc shall be upfront about its capabiltiies; Otherwise they are
missed.
@natebosch
Copy link
Owner

Was the publishDiagnostics field ever a boolean in the spec? I don't see reference to that format. I think we should add the PublishDiagnosticsClientCapabilities object.

I suspect that servers would have interpreted the `v:true` the same, but
it's more explicit to indicate that we don't yet support any of the
extra features of diagnostics.
@natebosch natebosch merged commit 6e098b3 into natebosch:master Mar 25, 2023
@natebosch
Copy link
Owner

Thanks!

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.

None yet

2 participants