shanedell commented on code in PR #1452:
URL: https://github.com/apache/daffodil-vscode/pull/1452#discussion_r2420601949


##########
package.json:
##########
@@ -926,8 +944,10 @@
           },
           "dfdlDebugger": {
             "type": "object",
-            "description": "Configuration for debugger. Settings are logging 
(level and file)",
+            "description": "Configuration for debugger. Settings are are 
daffodilVersion, timeout and logging (level and file)",
             "default": {
+              "daffodilVersion": "3.11.0",
+              "timeout": "10s",
               "logging": {
                 "level": "INFO",
                 "file": "${workspaceFolder}/daffodil-debugger.log"

Review Comment:
   I am thinking that might have been caused by if you didn't set the timeout 
for the debugger. I will fix that in my next push that it makes sure to fall 
back to a default value even though it should already.



-- 
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