Skip to content

Push diagnostics after didChange don't appear to be debounced #105

Description

@NoTuxNoBux

Hello

This language server is used by the Zed Groovy plugin, in which we found an issue where in Jenkinsfiles, typing a few characters in rapid succession results in each of those typing actions having diagnostics calculated, rather than once for the entire 'commit'.

In other words, the diagnostics calculation doesn't appear to be debounced after didChange is sent by the client, resulting in the client seemingly playing catchup (see also the linked ticket).

Perhaps there is some configuration that can change the way this works and it's just a default that isn't optimal, but I couldn't easily find language server parameter documentation for the Groovy language server.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions