Sorry, no way to search in the table :/
I’m using vscode and calva connecting via nrepl to a clojure tools launched nrepl on another host. If I want to use reveal, how does the reveal window get launched on my client? Is that something that Calva opens locally?
@dcreno Reveal is launched from the server as it is a JavaFX app that runs inside the JVM.
What O/S are your host (server) and client machines? If the host is Linux, you'll need to be able to display X11 GUI applications from that server onto your client in order to see it. I use VS Code on Windows with the Remote-WSL2 extension and I run all my Clojure stuff on Ubuntu (on WSL2). I have VcXsrv (Xlaunch) installed on Windows, and any X11 GUI I launch on Ubuntu is displayed on Windows via Xlaunch.
Linux host and macOS client. Guess I need to fire-up XQuartz.