cursive
cursive copied to clipboard
IntelliJ Run Target support
IntelliJ 2021.1 added support for remote run targets, using SSH or Docker, and on Windows WSL is also an option.
The new WSL run target option on Windows, broke support for Windows JVMs for projects on WSL disks. Thus Clojure projects checked out in e.g. a Debian install on Windows, are no longer runnable from IntelliJ.
I haven't looked at the plugin APIs, so I cannot say if this is possible, but it could be a very useful feature.
Among other things I have several desktop PCs with decent CPUs that I could use with Docker Swarm and have IntelliJ build, test and run development builds on. Also, useful to send the builds to a desktop from laptops, which generally have much lower specs.