mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
The intellij bsp integration launches sbt with the launcher and runs -bsp. This doesn't work if sbt is not on intellij's path. To try and work around this, we can add an option --sbt-launch-jar that is recognized by the network client and will make it use the launch jar rather than the sbt script to launch a new server if needed.