Fork me on GitHub
#conjure
<
2023-01-31
>
dharrigan10:01:24

Maybe this has been asked before, but can lsp be turned off for the log window?

dharrigan10:01:54

When viewing conjure logs, lsp is parsing the buffer (since it's a .clj buffer) and thus runs clj-clojure-lsp then clj-kondo...

dharrigan10:01:03

so my log buffer is full of errors and warnings

borkdude10:01:06

you can configure clj-kondo with :output :exclude-files ["regex-pattern"]

dharrigan11:01:40

Ah, that will work indeed conjure-log-.* I suppose 🙂

dharrigan11:01:14

Let's give it a whirl...

dharrigan11:01:00

bingo bango works 🙂

🎉 2