fix the path with --check
This commit is contained in:
parent
549e240787
commit
c79c80cb41
@ -10,7 +10,7 @@
|
|||||||
:method "initialize"
|
:method "initialize"
|
||||||
:params {:capabilities {:general {:positionEncodings [:utf-8]}}
|
:params {:capabilities {:general {:positionEncodings [:utf-8]}}
|
||||||
:clientInfo {:name "fennel-ls"}
|
:clientInfo {:name "fennel-ls"}
|
||||||
:rootUri "file://"}}))]
|
:rootUri "file://."}}))]
|
||||||
(var should-err? false)
|
(var should-err? false)
|
||||||
(each [_ filename (ipairs filenames)]
|
(each [_ filename (ipairs filenames)]
|
||||||
(let [file (state.get-by-uri server (.. "file://" filename))]
|
(let [file (state.get-by-uri server (.. "file://" filename))]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user