stevedlawrence commented on code in PR #1452:
URL: https://github.com/apache/daffodil-vscode/pull/1452#discussion_r2420716291
##########
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:
Yep, I can confirm that that adding the "timeout" setting to my launch.json
config fixed this.
--
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]