use bytes instead of utf16 "code units" for --check mode
This commit is contained in:
parent
16e9fbd856
commit
a24cb97d5e
@ -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))]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user