Files
neovim/runtime/doc
Maria Solano c76bbd0a54 fix(diagnostics)!: restore is_pull namespace argument #38698
Problem:
The current LSP diagnostic implementation can't differ between a pull
diagnostic with no identifier and a set of diagnostics provided via push
diagnostics.

"Anonymous pull providers" are expected by the protocol https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticOptions
, depending on how the capability was registered:
- Dynamic registrations have an identifier.
- Static registrations will not.

Solution:
Restore the `is_pull` argument removed in
https://github.com/neovim/neovim/pull/37938, keeping the identifier of
pull diagnostic collections.

(cherry picked from commit 665ebce569)
2026-04-08 20:46:16 +00:00
..
2026-03-31 20:40:33 -04:00
2026-03-29 11:56:37 -04:00
2026-03-28 09:59:54 -04:00
2026-03-24 00:14:55 +01:00
2026-02-12 13:46:45 +01:00
2026-03-31 20:40:33 -04:00
2024-05-15 23:19:26 +02:00
2026-03-11 18:00:18 +01:00
2026-03-11 18:00:18 +01:00
2025-12-06 20:33:02 -05:00
2023-06-25 17:14:28 +02:00
2026-01-27 17:14:57 -05:00
2026-03-22 01:57:28 +01:00
2026-01-12 03:50:57 +00:00
2026-04-08 16:19:48 +00:00
2025-12-15 13:55:15 -05:00
2026-03-16 10:29:58 +01:00
2026-02-12 13:46:45 +01:00
2025-12-15 13:55:15 -05:00
2026-03-11 18:17:46 +01:00
2025-09-28 20:57:59 -07:00
2026-03-24 00:14:55 +01:00
2026-04-06 01:24:32 +00:00
2026-03-11 18:00:18 +01:00
2025-12-15 13:55:15 -05:00
2026-03-24 00:14:55 +01:00
2026-03-11 18:24:57 +01:00
2026-03-22 01:57:28 +01:00
2026-03-24 00:14:55 +01:00
2026-04-01 17:08:38 -04:00
2026-03-18 20:40:20 +01:00
2026-04-01 17:08:38 -04:00
2026-01-07 08:11:42 +08:00
2026-03-24 00:14:55 +01:00
2025-12-06 20:33:02 -05:00
2025-12-06 20:33:02 -05:00
2026-03-11 12:39:49 +01:00
2025-12-15 13:55:15 -05:00
2026-03-24 00:14:55 +01:00
2026-03-28 09:59:54 -04:00
2026-03-20 23:30:09 +01:00
2026-03-28 09:59:54 -04:00
2026-03-28 09:59:54 -04:00