CoverRyan commented on code in PR #1403:
URL: https://github.com/apache/daffodil-vscode/pull/1403#discussion_r2322492657


##########
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:
   This change is the same as the change made in 
[1388](https://github.com/apache/daffodil-vscode/pull/1388). The issue this 
resolves, [1347](https://github.com/apache/daffodil-vscode/issues/1347), seems 
to overlap with [1376](https://github.com/apache/daffodil-vscode/issues/1376) 
and the changes in 1388 in general.



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