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-plus/helix-lsp/src
Pascal Kuthe 93c7afc4ed
Negotiate LSP Position Encoding (#5894)
So far LSP always required that `PositionEncoding.characters` is an
UTF-16 offset. Now that LSP 3.17 is available in `lsp-types` request
the server to send char offsets (UTF-32) or byte offsets (UTF-8)
instead. For compatability with old servers, UTF-16 remains as the
fallback as required by the standard.
1 year ago
..
client.rs Negotiate LSP Position Encoding (#5894) 1 year ago
jsonrpc.rs jsonrpc: Skip serializing params if params are None (#5471) 1 year ago
lib.rs Negotiate LSP Position Encoding (#5894) 1 year ago
transport.rs Drain pending requests on language server termination (#4852) 2 years ago