Typed Clojure LSPTyped Clojure type checking inside VS Code over LSP. Get inline diagnostics for type errors as you save Clojure files. The extension is a thin client — the actual server runs from your project. By default it executes Settings
Edit them from Settings → Extensions → Typed Clojure LSP and scope to the project via the Workspace tab — workspace settings land in Keep stdout cleanThe launched process talks to VS Code over stdio using LSP's JSON-RPC framing protocol. Anything printed to stdout that isn't a valid LSP message will corrupt the transport and the editor will drop the connection. Send all logging to stderr, and prefer launching debug tooling (FlowStorm, instrumentation, REPL banners) from a connected REPL rather than at JVM startup. The LicenseReleased into the public domain via the Unlicense. |