fix the path with --check

This commit is contained in:
XeroOl 2024-03-26 12:58:06 -05:00
parent 549e240787
commit c79c80cb41

View File

@ -10,7 +10,7 @@
:method "initialize"
:params {:capabilities {:general {:positionEncodings [:utf-8]}}
:clientInfo {:name "fennel-ls"}
:rootUri "file://"}}))]
:rootUri "file://."}}))]
(var should-err? false)
(each [_ filename (ipairs filenames)]
(let [file (state.get-by-uri server (.. "file://" filename))]