sbt/main-command/src
Eugene Yokota 0b01ed4743 fix: Fixes BSP
**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.
2024-10-24 01:44:49 -04:00
..
main fix: Fixes BSP 2024-10-24 01:44:49 -04:00
test/scala/sbt Remove invalid test 2023-09-13 22:34:41 +02:00