arosien commented on code in PR #498:
URL: https://github.com/apache/daffodil-vscode/pull/498#discussion_r1142395616


##########
src/daffodilDebugger.ts:
##########
@@ -211,7 +211,8 @@ export async function getDebugger(
       await runDebugger(
         rootPath,
         daffodilDebugClasspath,
-        context.asAbsolutePath('./package.json')
+        context.asAbsolutePath('./package.json'),
+        config.debugServer

Review Comment:
   Suggestion: could you also remove the default parameter value from the 
function definition?



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