-
Notifications
You must be signed in to change notification settings - Fork 34.8k
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 vscode-languageclient@7.1.0-next.4
and vscode-languageserver@7.1.0-next.4
.
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