mirror of
https://github.com/neovim/neovim.git
synced 2026-09-06 14:11:00 +00:00
Problem: when an LS client detaches from the buffer, only pull diagnostics are cleared via capability framework. Push diagnostics remain stuck even when client stops/restarts. Solution: clear push diagnostics on client detach. ref #33864