mirror of https://github.com/sbt/sbt.git
fix BSP logging and response
This commit is contained in:
parent
98750817c6
commit
baa47c88c3
|
|
@ -613,7 +613,7 @@ final class NetworkChannel(
|
|||
def logMessage(level: String, message: String): Unit = {
|
||||
import sbt.internal.langserver.codec.JsonProtocol._
|
||||
jsonRpcNotify(
|
||||
"window/logMessage",
|
||||
"build/logMessage",
|
||||
LogMessageParams(MessageType.fromLevelString(level), message)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue