JeremyYao commented on code in PR #1336:
URL: https://github.com/apache/daffodil-vscode/pull/1336#discussion_r2242235932
##########
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:
These are good thoughts. If you do get to a point where you think we have to
flip all of the non-async caller functions to async, please note it as a GitHub
issue.
--
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]