Shanedell commented on pull request #73: URL: https://github.com/apache/daffodil-vscode/pull/73#issuecomment-1016793802
@stevedlawrence That commit had it for the `build.sbt` and I believe something in Scala. This update is updating the VS Code extension to target the proper version of Daffodil when its running. So to be more specific. How it is now is that the extension will try to run `sbt universal:packageBin` for `3.2.1` creating package `daffodil-debugger-3.2.1-1.0.0-SNAPSHOT.zip`, however the extension will constantly try to run that command because it thinks the package name would be `daffodil-debugger-3.1.0-1.0.0-SNAPSHOT.zip` since `daffodilVersion = 1.0.0`. As for the sbt issues I am unaware of `java.nio.file.Path.of` as I am not seeing that if I run `sbt compile` or `sbt universal:packageBin`. I am also unaware of what you mean about the workflows not building the jar, do you mind explaining? -- 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]
