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

   If you leave out a TDML config section in your launch configuration, the 
extension uses the default:
   ```js
   {
         action: 'none',
         name: '${command:AskForTDMLName}',
         description: '${command:AskForTDMLDescription}',
         path: '${command:AskForTDMLPath}',
   }
   ```
   The `action` is correctly `none`, but the `name`, `description`, and `path` 
fields are required, so they default to the interpolation strings that the 
extension then prompts the user for (even though the `action` is `none`).
   
   To fix this, either the entire TDML config should be optional, removing the 
need for `action: 'none'`, or the other fields should be made optional when the 
`action` is `none`.


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