mirror of https://github.com/sbt/sbt.git
Add debug log on unhandled notification
This commit is contained in:
parent
c689821383
commit
e4dd090d0c
|
|
@ -39,7 +39,7 @@ private[sbt] trait LanguageServerProtocol extends CommandChannel {
|
|||
notification.method match {
|
||||
case "textDocument/didSave" =>
|
||||
append(Exec(";compile; collectAnalyses", None, Some(CommandSource(name))))
|
||||
case _ => ()
|
||||
case u => log.debug(s"Unhandled notification received: $u")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue