elixir-lsp/vscode-elixir-ls

Diagnostics do not disappear after server restart

Closed this issue · 0 comments

If the server is restarted when it shows diagnostics, they persist in the UI. The server looses track of published diagnostics and is not able to lear them.

LSP https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#diagnostic_refresh request does not resolve the issue - it clears only pull diagnostics