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

   Testing 1.3.0-RC3
   
   I created a launch config using the wizard. 
   
   When I run it, I'm prompted that the infoset output type must be "file" with 
a little blocking dialog. 
   I look at that by hand, and it contains "console", so I edit it to "file". 
Things now work. 
   
   After a bit, I decide to make a new launch configuration. So I activate the 
launch config wizard again. I change it to new config, which is great because 
it looks like it will keep the existing settings, but creates a new 
configuration from them.
   It does keep the Debug Classpath, but I did have to re-enter the schema file 
again, and the data file.  
   
   However, when I run it, I'm prompted with a little blocking dialog that the 
tdmlConfig action must be "generate",... or a couple other options. 
   
   This is from the new configuration just created. Note the action is empty 
string, and the others are "undefined"
   ```
               "tdmlConfig": {
                   "action": "",
                   "name": "undefined",
                   "description": "undefined",
                   "path": "undefined"
               }
   ```
   
   My prior working launch configuration has:
   ```
               "tdmlConfig": {
                   "action": "generate",
                   "name": "null",
                   "description": "null",
                   "path": "null"
               },
   ```
   Note the "null" not "undefined". 
   
   I edited my new configuration to have "generate" for the action, and the 
configuration then works. 
   
   These hand correction steps should not be needed. 
   
   
   


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