jokeyrhyme / nuls

Language Server Protocol implementation for nushell
MIT License
29 stars 1 forks source link

negotiate position encoding (UTF-8, UTF-16, etc) with client and handle outcome #10

Open jokeyrhyme opened 1 year ago

jokeyrhyme commented 1 year ago
jokeyrhyme commented 1 year ago

in #13 , we hard-coded use of UTF-16 instead of UTF-8, but this is still hard-coding and not negotiating

jokeyrhyme commented 1 year ago

relates to: https://github.com/GiveMe-A-Name/lsp-textdocument/issues/42