Skip to content

Commit

Permalink
chore: Fix after rename in scala-debug-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 10, 2024
1 parent d9e7a8c commit 88e09e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/main/scala/bloop/bsp/BloopBspServices.scala
Original file line number Diff line number Diff line change
Expand Up @@ -682,11 +682,10 @@ final class BloopBspServices(
val dapLogger = new DebugServerLogger(logger)
val resolver = new BloopDebugToolsResolver(logger)
val handler =
DebugServer.start(
DebugServer.run(
debuggee,
resolver,
dapLogger,
autoCloseSession = true,
gracePeriod = Duration(5, TimeUnit.SECONDS)
)(ioScheduler)
val listenAndUnsubscribe = Task
Expand Down

0 comments on commit 88e09e0

Please sign in to comment.