This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
What's the graalvm support for clojure-lsp like? Can it be considered fully trustable? I'd be interested in invoking refactorings with no LSP protocol involved, e.g. spin up a graalvm for one-off tasks Kind of like lein-clojure-lsp, but faster
I'd not using LSP/not using in a editor, you will need to use the API: https://clojure-lsp.io/api/cli/ And only rename refactor is implemented right now for "nobody needed that before" reasons, should not be hard to support others, but I'd like to understand how you intend to use that and what you expect
✅ 2