93c7afc4ed
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. |
||
---|---|---|
.. | ||
client.rs | ||
jsonrpc.rs | ||
lib.rs | ||
transport.rs |