mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 19:07:06 +10:00
problem: Error notifications from LSP responses were difficult to read due to inconsistent formatting and missing critical information like client name and error codes. solution: Implemented a more structured error notification format using pipe separators to clearly display client name, error code (when available), and error message.