intersystems / language-server

Repository for the VS Code Language Server
https://marketplace.visualstudio.com/items?itemName=intersystems.language-server
Other
16 stars 6 forks source link

Adopt Diagnostic pull model #291

Closed isc-bsaviano closed 9 months ago

isc-bsaviano commented 9 months ago

LSP version 3.17.0 added support for pulling Diagnostics. Adopting this model should lead to fewer cases where Diagnostics are shown for files that are no longer open in an editor tab.