hm, so all of a sudden opening an edn file hangs emacs for > 30 seconds. I am using doom emacs, clojure lsp + kondo + cider. How might I root cause this?
Hi, could you test with latest version later please? https://clojurians.slack.com/archives/CPABC1H61/p1622139221073300
how big is said file?
It’s not very large I suppose yeah? Maybe post your config? (gh/pastebin)
@grazfather You can run the Emacs profiler to see which function is taking the bulk of the time. SPC h T
=> open EDN => SPC h T
.
@grazfather I can confirm I'm having the same issue. I think mentioning this in #lsp is your best bet.
I don't think a tool should block opening a buffer, ever
thank you both, will do that, and I agree
I just didn’t know which tool to blame