mirror of https://github.com/sbt/sbt.git
Merge pull request #7824 from eed3si9n/wip/bsp-fix
fix: [1.x] Fixes BSP
This commit is contained in:
commit
234781bc09
|
|
@ -1127,7 +1127,6 @@ object NetworkClient {
|
|||
sbtArguments += s"-Dsbt.script=$sbtScript"
|
||||
}
|
||||
}
|
||||
if (!sbtArguments.contains("--server")) sbtArguments += "--server"
|
||||
new Arguments(
|
||||
base,
|
||||
sbtArguments.toSeq,
|
||||
|
|
|
|||
Loading…
Reference in New Issue