This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-09
Channels
- # announcements (3)
- # babashka (63)
- # beginners (55)
- # calva (14)
- # cider (12)
- # clj-commons (20)
- # clj-kondo (22)
- # clojure (149)
- # clojure-europe (4)
- # clojurescript (25)
- # community-development (3)
- # conjure (9)
- # datomic (5)
- # emacs (2)
- # fulcro (2)
- # hyperfiddle (6)
- # lsp (23)
- # nbb (4)
- # pedestal (2)
- # reagent (26)
- # releases (3)
- # sql (3)
- # xtdb (6)
There is (only) one project where I don’t have hover and can’t go to definition for core functions.
I tried to debug it, and wasn’t able to find out any problems.
• I tried latest and 30 Jun 2022 versions — same result;
• The only warning I see is this one: [WARN][2022-10-09 13:26:51] ...lsp/handlers.lua:110 "The language server clojure_lsp triggers a registerCapability handler despite dynamicRegistration set to false. Report upstream, this warning is harmless"
• no errors in clojure-lsp.out
What could I do next? My editor is nvim
I found a hack to fix it — replace project.clj
with the almost empty default one, restart the project, get back to previous version and after that it works even after relaunching.
To reproduce it I remove cache and reopened the project. I also removed all the lsp cache and logs I had before.
I have also found this in the project
[lein-classpath-jar "0.1.0"]] ;; to work around long-classpath issues on Windows