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


##########
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:
   The commit I pushed should fix it. The issue was that when checking if 
certain setting weren't set was not working with nested objects, now it should.



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