mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 02:46:59 +00: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.