hdalsania commented on code in PR #1521:
URL: https://github.com/apache/daffodil-vscode/pull/1521#discussion_r2501216454
##########
src/adapter/activateDaffodilDebug.ts:
##########
@@ -174,12 +174,16 @@ async function createDebugRunFileConfigs(
})
} else {
var tdmlConfig: TDMLConfig | undefined = undefined
+ var newData: string | undefined = undefined
+ var newSchema: string | undefined = undefined
Review Comment:
@shanedell I had to revert this line ```var newData: string | undefined =
'${command:AskForDataName}'``` back to what it was earlier to make it work as
intended. With this change, it was overriding data file specified in global
settings and it always pop up the dialog box to specify data file name, even
though it was specified in global settings. All your other suggested changes
are good.
--
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]