mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
33b7483db5
* Send active diagnostics to LSP when requesting code actions. This allows for e.g. clangd to properly send the quickfix code actions corresponding to those diagnostics as options. The LSP spec v3.16.0 introduced an opaque `data` member that would allow the server to persist arbitrary data between the diagnostic and the code actions request, but this is not supported yet by this commit. * Reuse existing range_to_lsp_range functionality |
||
---|---|---|
.. | ||
client.rs | ||
lib.rs | ||
transport.rs |