mirror of https://github.com/sbt/sbt.git
reply to BSP shutdown request
This commit is contained in:
parent
7956528f25
commit
591c2b13cd
|
|
@ -237,7 +237,7 @@ object BuildServerProtocol {
|
|||
val _ = callback.appendExec(s"$bspReload ${r.id}", None)
|
||||
|
||||
case r: JsonRpcRequestMessage if r.method == "build/shutdown" =>
|
||||
()
|
||||
callback.jsonRpcRespond(JNull, Some(r.id))
|
||||
|
||||
case r: JsonRpcRequestMessage if r.method == "build/exit" =>
|
||||
val _ = callback.appendExec(Shutdown, Some(r.id))
|
||||
|
|
|
|||
Loading…
Reference in New Issue