JeremyYao commented on code in PR #1403:
URL: https://github.com/apache/daffodil-vscode/pull/1403#discussion_r2341821829
##########
src/daffodilDebugger/debugger.ts:
##########
@@ -78,7 +78,7 @@ async function getTDMLConfig(
if (config?.tdmlConfig?.action === 'generate') {
config.tdmlConfig.name =
config.tdmlConfig.name || getDefaultTDMLTestCaseName()
- config.tdmlConfig.path = config.tdmlConfig.path || getTmpTDMLFilePath()
+ config.tdmlConfig.path = getTmpTDMLFilePath()
Review Comment:
> Did this need to be added back in?
I'm not sure I understand. Can you walk me through what you mean by this? It
was added in as given the ability to not be able to set a custom generate path,
it would follow that we should have it be set to the temp, default 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]