Skip to content

Server implementation should provide document validation queuing #42

@dbaeumer

Description

@dbaeumer

Currently linters are implemented by directly reacting in document changes (they validate when the change comes in). If n new requests come in while the document is active on 2 validation request should be executed. Currently most linters execute n + 1 validation request.

The implementation could make use of vs/base/common/async.ts#Throttler

Metadata

Metadata

Assignees

No one assigned

    Labels

    *out-of-scopePosted issue is not in scope of VS Code

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions