JeremyYao commented on code in PR #1336:
URL: https://github.com/apache/daffodil-vscode/pull/1336#discussion_r2254532730
##########
package.json:
##########
@@ -829,7 +829,6 @@
"variables": {
"AskForSchemaName": "extension.dfdl-debug.getSchemaName",
"AskForDataName": "extension.dfdl-debug.getDataName",
- "AskForTDMLName": "extension.dfdl-debug.getTDMLName",
Review Comment:
Readded `"AskForTDMLName": "extension.dfdl-debug.getTDMLName",`.
Set values under configurationAttributes -> launch to be
```JSON
"name": {
"type": "string",
"default": "",
"description": "TDML Case Name"
},
"description": {
"type": "string",
"default": "",
"description": "TDML Case Description"
},
"path": {
"type": "string",
"default": "${command:AskForTDMLPath}",
"description": "TDML Case Path"
}
```
--
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]