Files
ale/test/linter
coriocactus 6ba798d2e7
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
fix expert lsp stdio and register capability (#5113)
* pass --stdio flag to expert lsp server

expert requires --stdio to use stdio transport but the linter
definition launched it without the flag, so the server never
entered lsp mode

* handle client/registerCapability requests from lsp servers

some lsp servers like expert send a client/registerCapability
request after initialization to dynamically register capabilities,
if ale does not respond the server blocks and never processes
further messages like textDocument/didOpen
2026-04-10 23:20:22 +09:00
..
2023-05-22 11:58:59 +09:00
2025-11-22 21:12:18 +09:00
2022-07-22 13:05:08 +09:00
2026-01-25 16:30:53 +09:00
2024-12-29 13:36:18 +09:00
2021-10-24 21:05:55 +09:00