Fork me on GitHub
#lsp
<
2021-03-03
>
David Pham14:03:36

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?

ericdallo14:03:21

we do not process anything on save

ericdallo14:03:27

but on buffer changes

ericdallo14:03:52

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

David Pham14:03:00

well, on buffer change it also does not work haha

David Pham14:03:16

I need to kill the buffer

ericdallo14:03:30

Hum, does that happen every time?

David Pham14:03:12

nope 😞

David Pham14:03:17

okay thanks!

ericdallo14:03:33

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

David Pham14:03:58

let me check