Shanedell commented on pull request #41:
URL: https://github.com/apache/daffodil-vscode/pull/41#issuecomment-953193136


   So I believe this should already be supported at least if you are testing 
locally (debugging the extension itself), maybe not for vsix. Because right now 
locally the zip file is based on daffodil-version and extension version. 
   
   For example `daffodil-version = 3.1.0 (hardcoded currently)` version in 
package.json is `1.0.0-SNAPSHOT` so folder would be 
`daffodil-debugger-3.1.0-1.0.0-SNAPSHOT/`. Moreover, if `daffodil-version = 
2.1.0` and package.json version is same folder would be 
`daffodil-debugger-2.1.0-1.0.0-SNAPSHOT/`.
   
   I am not sure if that will work via VSIX as I was assuming you would only 
ever have one VSIX installed at a time but could look into it more. 


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