scholarsmate commented on code in PR #414:
URL: https://github.com/apache/daffodil-vscode/pull/414#discussion_r1067417241


##########
server/core/src/main/scala/org.apache.daffodil.debugger.dap/DAPodil.scala:
##########
@@ -173,7 +173,7 @@ class DAPodil(
       case extract(Command.PAUSE, _)                                     => 
pause(request)
       case extract(Command.DISCONNECT, args: DisconnectArguments)        => 
disconnect(request, args)
       case extract(Command.EVALUATE, args: EvaluateArguments)            => 
eval(request, args)
-      case _                                                             => 
Logger[IO].warn(show"unhandled request $request") *> 
session.sendResponse(request.respondFailure())

Review Comment:
   It also says to drive into a lake.  Not a big deal.  I'll allow it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to