mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Kill trailing println
This commit is contained in:
@@ -81,7 +81,6 @@ class LanguageServerReporter(
|
||||
private[sbt] def resetPrevious(analysis: CompileAnalysis): Unit = {
|
||||
import sbt.internal.langserver.codec.JsonProtocol._
|
||||
val files = analysis.readSourceInfos.getAllSourceInfos.keySet.asScala
|
||||
println(files)
|
||||
files foreach { f =>
|
||||
val params = PublishDiagnosticsParams(f.toURI.toString, Vector())
|
||||
exchange.notifyEvent("textDocument/publishDiagnostics", params)
|
||||
|
||||
Reference in New Issue
Block a user