Is it me or the latest version of clojure-lsp does not refresh the linter on save in emacs? I have an unused dependency and then after I write it, the linter is not updated?
we do not process anything on save
but on buffer changes
when you change the buffer, the diagnostics (linter) should be updated
well, on buffer change it also does not work haha
I need to kill the buffer
Hum, does that happen every time?
Take a look on the https://clojure-lsp.github.io/clojure-lsp/troubleshooting/#troubleshooting first
nope 😞
okay thanks!
I know it could be hard but if you could provide a minimal repro that would help debug the issue
let me check