Fork me on GitHub
#lsp
<
2023-09-26
>
kishima19:09:26

Hello! Is there a way to output clojure-lsp diagnostics to a file without the “finding diagnostics” parts?

ericdallo19:09:04

maybe

clojure-lsp diagnostics --raw > file

lispyclouds19:09:05

piping to a file should remove it

kishima19:09:11

Ah I did it like :

clojure-lsp diagnostics > file

kishima19:09:13

Lemme check

kishima19:09:15

Thanks in advance!

kishima19:09:06

| clojure-lsp diagnostics --raw > file This works! Thanks!

🎉 1