lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
2021-03-03T14:14:36.412800Z

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?

ericdallo 2021-03-03T14:15:21.413300Z

we do not process anything on save

ericdallo 2021-03-03T14:15:27.413500Z

but on buffer changes

ericdallo 2021-03-03T14:15:52.413700Z

when you change the buffer, the diagnostics (linter) should be updated

2021-03-03T14:16:00.413900Z

well, on buffer change it also does not work haha

2021-03-03T14:16:16.414100Z

I need to kill the buffer

ericdallo 2021-03-03T14:16:30.414300Z

Hum, does that happen every time?

ericdallo 2021-03-03T14:17:12.414500Z

Take a look on the https://clojure-lsp.github.io/clojure-lsp/troubleshooting/#troubleshooting first

2021-03-03T14:17:12.414700Z

nope 😞

2021-03-03T14:17:17.415Z

okay thanks!

ericdallo 2021-03-03T14:17:33.415200Z

I know it could be hard but if you could provide a minimal repro that would help debug the issue

2021-03-03T14:17:58.415400Z

let me check