Skip to content

Commit 3e283f3

Browse files
committed
Remove fixed TODO
1 parent d51eeba commit 3e283f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/build/src/main/scala/scala/build/bsp/BloopSession.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ final class BloopSession(
1515
val bspServer: BspServer,
1616
val watcher: Build.Watcher
1717
) {
18-
// TODO this resets diagnostics using paths that do not belong to the build targets
1918
def resetDiagnostics(localClient: BspClient): Unit = for {
2019
moduleInputs <- inputs
2120
targetId <- bspServer.targetProjectIdOpt(moduleInputs.projectName)

0 commit comments

Comments
 (0)