We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb19e6e commit 70639a9Copy full SHA for 70639a9
modules/build/src/main/scala/scala/build/bsp/BloopSession.scala
@@ -15,7 +15,6 @@ final class BloopSession(
15
val bspServer: BspServer,
16
val watcher: Build.Watcher
17
) {
18
- // TODO this resets diagnostics using paths that do not belong to the build targets
19
def resetDiagnostics(localClient: BspClient): Unit = for {
20
moduleInputs <- inputs
21
targetId <- bspServer.targetProjectIdOpt(moduleInputs.projectName)
0 commit comments