michael-hoke commented on code in PR #1336:
URL: https://github.com/apache/daffodil-vscode/pull/1336#discussion_r2241032836
##########
src/adapter/activateDaffodilDebug.ts:
##########
@@ -137,7 +137,7 @@ async function showTDMLSaveDialog(fileRequested, label,
title) {
}
// Function for setting up the commands for Run and Debug file
-function createDebugRunFileConfigs(
+async function createDebugRunFileConfigs(
Review Comment:
I think I have to change my mind on this one. I don't think there's a way to
avoid making this async. However, this means we need to look at the callers.
From what I see, the caller (activateDaffodilDebug) is non-async, but its
caller (activate) is. This means we should be able to flip all of the non-async
functions to async.
--
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]