shanedell commented on code in PR #1336:
URL: https://github.com/apache/daffodil-vscode/pull/1336#discussion_r2245719840


##########
package.json:
##########
@@ -829,7 +829,6 @@
         "variables": {
           "AskForSchemaName": "extension.dfdl-debug.getSchemaName",
           "AskForDataName": "extension.dfdl-debug.getDataName",
-          "AskForTDMLName": "extension.dfdl-debug.getTDMLName",

Review Comment:
   Yes it is the default, without this variable the `${command:AskForTDMLName}` 
will not function properly. So we either to need make it not the default or add 
it back in. The user can still set the value to be `${command:AskForTDMLName}` 
which once its seen on start up it would be parsed but maybe we don't want that 
anymore?



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