Shanedell commented on a change in pull request #41:
URL: https://github.com/apache/daffodil-vscode/pull/41#discussion_r731791205



##########
File path: src/daffodilDebugger.ts
##########
@@ -104,42 +101,25 @@ export async function getDebugger(config: 
vscode.DebugConfiguration) {
 
       // Code for downloading and setting up daffodil-debugger files
       if (!fs.existsSync(`${rootPath}/${artifact.name}`)) {

Review comment:
       No because `${artifact.name}` looks like 
`daffodil-debugger-${this.daffodilVersion}-${this.version}` at the top of the 
file. so if you have two different version such as 
`daffodil-debugger-3.1.0-1.0.0` and `daffodil-debugger-3.1.0-1.0.1` which will 
be there own specific folders. All you would need to make sure is that the 
version you want to test is updated in `package.json` and then run `yarn 
compile` to ensure `src/version.ts` has the same version as `package.json` and 
you will be good to go.




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