mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
**Problem** Calling -bsp with --sbt-launch-jar causes "Unrecognized option: --server". This is because --server is passed in twice since $7775 **Solution** Since the server invocation by BSP client already passes in --server, we can remove the extra --server append.