languageservices icon indicating copy to clipboard operation
languageservices copied to clipboard

Prefer client pull diagnostics over server push

Open KevinEady opened this issue 1 year ago • 2 comments

Fixes: #93

References:

  • https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_diagnostic
  • https://github.com/microsoft/vscode/issues/205790#issuecomment-1962943279

KevinEady avatar Jul 31 '24 13:07 KevinEady

Old behavior:

https://github.com/user-attachments/assets/f63c4d99-4200-4b16-aebb-f231152eebe9


New behavior:

https://github.com/user-attachments/assets/7c3d4129-a01b-4996-8845-fe3cf7a2d5db

KevinEady avatar Jul 31 '24 13:07 KevinEady

Any thoughts on this merge request...? I can rebase the branch if so.

KevinEady avatar Apr 11 '25 21:04 KevinEady