-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Milestone
Description
Refs: microsoft/language-server-protocol#737
- anyOS @aeschli
Complexity: 3
There is not a proposed implementation for a document diagnostic pull model. The proposal is here:
Please review the proposal and provide feedback. Open issues in the https://github.com/microsoft/vscode-languageserver-node repository
In case you want to test it there are next libraries that implement the proposal. They are [email protected] and [email protected].
The pull model got also adopted in ESLint and can be seen here: https://github.com/microsoft/vscode-eslint/blob/dbaeumer/pullModel/server/src/eslintServer.ts#L1089