You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to get clojure-lsp working with Helix and Babashka. I'm finding that the language server crashes immediately when opening a .clj file without a git repo.
Helix does not send rootUri to language servers if you're not in a git repo, which causes the crash. One-off .clj files seems to be a common workflow with Babashka, so I figure clojure-lsp should support this.
To Reproduce
Steps to reproduce the behavior:
Created an empty file ~/Desktop/bb.clj
Start Helix withhx ~/Desktop/bb.clj
clojure-lsp crashes immediately.
Expected behavior clojure-lsp should work normally in Helix without a rootUri.
Describe the bug
I'm trying to get clojure-lsp working with Helix and Babashka. I'm finding that the language server crashes immediately when opening a
.clj
file without a git repo.Helix does not send
rootUri
to language servers if you're not in a git repo, which causes the crash. One-off.clj
files seems to be a common workflow with Babashka, so I figureclojure-lsp
should support this.To Reproduce
Steps to reproduce the behavior:
~/Desktop/bb.clj
hx ~/Desktop/bb.clj
clojure-lsp
crashes immediately.Expected behavior
clojure-lsp
should work normally in Helix without arootUri
.Screenshots
User details (please complete the following information):
The text was updated successfully, but these errors were encountered: