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


##########
package.json:
##########
@@ -685,8 +689,18 @@
               },
               "dfdlDebugger": {
                 "type": "object",
-                "description": "Configuration for debugger. Settings are 
logging (level and file)",
+                "description": "Configuration for debugger. Settings are 
version (any valid Daffodil version), timeout and logging (level and file)",
                 "properties": {
+                  "version": {
+                    "type": "string",
+                    "default": "3.11.0",
+                    "description": "Debugger version to use. Any Daffodil 
version is valid"
+                  },
+                  "timeout": {
+                    "type": "string",
+                    "default": "10s",
+                    "description": "Timeout in seconds(s), minutes(m) or 
hours(h) for the debugger."

Review Comment:
   Is the timeout related to how long it takes to download or make a conenction 
to download a daffodil version?



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