lsp

markx 2025-01-19T04:04:34.069569Z

Running clojure-lsp 2024.11.08-17.49.29 with default options and I don't see any log file - is this normal?

ericdallo 2025-01-20T13:34:06.452499Z

did you check https://clojure-lsp.io/troubleshooting/#server-log ?

markx 2025-01-21T03:31:04.730259Z

Ah thanks! Found in /var/folders/...

markx 2025-01-21T03:31:54.001249Z

I was looking for /tmp/clojure* because that was the default option value? why is this value not used on macos?

ericdallo 2025-01-21T12:52:25.137969Z

my dream would be to all systems be /tmp/clojure-lsp.out, but in the past we had issues of machines without write access to that, so we changed to use JVM tmp dir, which for linux is /tmp but for mac is /var/blablabla