use bytes instead of utf16 "code units" for --check mode

This commit is contained in:
XeroOl 2023-12-01 14:12:30 -06:00
parent 16e9fbd856
commit a24cb97d5e

View File

@ -8,7 +8,7 @@
(dispatch.handle* {:id 1
:jsonrpc "2.0"
:method "initialize"
:params {:capabilities {}
:params {:capabilities {:general {:positionEncodings [:utf-8]}}
:clientInfo {:name "fennel-ls"}
:rootUri "file://"}}))
file (state.get-by-uri server (.. "file://" filename))]