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

Always try to register for didChangeConfiguration #548

Merged
merged 3 commits into from
Feb 4, 2024

Commits on Feb 4, 2024

  1. Register for workspace/didChangeConfiguration always

    The new direction of the spec seems to be that you should always do
    this. In any case, it doesn't hurt.
    
    `lsp-test` has some changes to adapt to the increased registration
    message spam, and also changes to be a more picky client, refusing to
    send notifications unless you _do_ register. This is good, since it
    forces us to handle the most annoying version of client behaviour.
    michaelpj committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    300fdd6 View commit details
    Browse the repository at this point in the history
  2. Add bound on extra

    michaelpj committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    414d334 View commit details
    Browse the repository at this point in the history
  3. fix

    michaelpj committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    24b56ae View commit details
    Browse the repository at this point in the history