mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Add debug log on unhandled notification
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user