lrbarber opened a new issue, #1476:
URL: https://github.com/apache/daffodil-vscode/issues/1476

   # Enhancement Request: Alert user when invalid Daffodil version specified in 
launch.json
   
   ## Summary
   
   Now that the user may specify which version of Daffodil they want to use for 
debugging, there probably needs to be some system to check and alert the user 
if they've entered an invalid version number.
   Also wonder about the timeout value validity....
   
   ## Proposed Solution / Description
   
   Could add a logged warning and/or pop-up when the launch.json file is parsed 
or when code actually checks for the desired version to decide which files it 
needs.
   Message could ID the error and report what version will be used as a default.
   
   ### Addtional Notes
   launch.json contents:
               "dfdlDebugger": {
                   "version": "7.11.x",
                   "timeout": "10's",
   


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