Skip to content

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

@NoTuxNoBux

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.

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