You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-lsp/src
Michael Davis 7b034e719b
LSP: Use PathBufs for workspace folders
Internally the LSP client should hold workspace folders as paths. Using
URLs for this type is inconvenient (since we compare it to paths) and
might cause mismatches because of URLs not being normalized. The URLs
must be paths anyways so we can convert these types lazily when we need
to send them to a server.
1 month ago
..
client.rs LSP: Use PathBufs for workspace folders 1 month ago
file_event.rs Resolve new Clippy lints 7 months ago
file_operations.rs make path changes LSP spec conform (#8949) 10 months ago
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2 years ago
lib.rs LSP: Use PathBufs for workspace folders 1 month ago
snippet.rs Fix typos (#6643) 2 years ago
transport.rs Replace lsp-types in helix-lsp with helix-lsp-types 4 months ago