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

LSP triggeringregisterCapability despite dynamicRegistration set to false #583

Closed
WhyNotHugo opened this issue Nov 10, 2021 · 1 comment
Closed
Labels
Milestone

Comments

@WhyNotHugo
Copy link

WhyNotHugo commented Nov 10, 2021

Describe the bug

When using yaml-language-server I see this printed on my logs:

The language server yamlls triggers a registerCapability handler despite dynamicRegistration set to false. Report upstream.

The LSP exits soon after -- I've no idea if both issues are related, but this issue still does make sense.

Expected Behavior

Should not triggers a registerCapability if dynamicRegistration set to false.

Current Behavior

Triggers a registerCapability if dynamicRegistration set to false.

Steps to Reproduce

No special steps merely configured nvim (using nvim-lspconfig) and opened a YAML file.

Environment

  • Linux
@evidolob evidolob added the bug label Nov 10, 2021
@evidolob evidolob added this to the 1.3.0 milestone Nov 10, 2021
@msivasubramaniaan
Copy link
Contributor

@WhyNotHugo can you please share the .vim config file which you used. It would help us to reproduce the issue at the earliest.

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

No branches or pull requests

3 participants