helix/helix-view/src/handlers
Michael Davis f4a433f855
Convert LSP URIs into custom URIs
This introduces a custom URI type in core meant to be extended later
if we want to support other schemes. For now it's just a wrapper over a
PathBuf. We use this new URI type to firewall `lsp::Url`. This was
previously done in 8141a4a but using a custom URI type is more flexible
and will improve the way Pickers handle paths for previews in the child
commit(s).

Co-authored-by: soqb <cb.setho@gmail.com>
2024-07-15 09:31:33 -04:00
..
dap.rs Remove unwrap on line option, preventing DAP crash (#9632) 2024-02-16 15:43:14 +01:00
lsp.rs Convert LSP URIs into custom URIs 2024-07-15 09:31:33 -04:00