shanedell commented on code in PR #1501:
URL: https://github.com/apache/daffodil-vscode/pull/1501#discussion_r2478839659


##########
src/daffodilDebugger/daffodilJars.ts:
##########
@@ -35,21 +41,44 @@ export async function checkIfDaffodilJarsNeeded(
     'getContext'
   )) as vscode.ExtensionContext
 
+  const daffodilPath = `daffodil/apache-daffodil-${daffodilVersion}-bin`
+  const extensionPath = path.join(
+    context.asAbsolutePath('./dist'),

Review Comment:
   Yeah its always in the root of the extension. We also use this same thing 
for getting the `dist/debuggers` path and it works for both debugging locally 
and when installed via VSIX. So I don't think we need to switch it but it can 
be if desired



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