tag | 12ceb37e08abc1c74378618d4bf7551858f3ba14 | |
---|---|---|
tagger | Shane Dell <shanedell100@gmail.com> | Mon Apr 04 13:47:38 2022 -0400 |
object | 5d6bc0ec2f9799407d0c75cb50c101cafa8709f6 |
Release v1.0.0
commit | 5d6bc0ec2f9799407d0c75cb50c101cafa8709f6 | [log] [tgz] |
---|---|---|
author | Shane Dell <shanedell100@gmail.com> | Sat Mar 26 18:58:31 2022 -0400 |
committer | Shane Dell <32347414+Shanedell@users.noreply.github.com> | Thu Mar 31 09:59:28 2022 -0400 |
tree | 5a598af930d5b28b77d9f1ce267d7be970b75614 | |
parent | d9e0dce19082490028e62cd1a50a97351546c2b3 [diff] |
Multiple updates from rc2 release: - Update daffodilVersion from 3.2.1 to 3.3.0. - Add plugins to project/plugins.sbt. - These plugins allow for checking dependencies for updates, CVEs and viewing the tree of dependencies. - Update scalaVersion from 2.12.13 to 2.12.15. - Can move to 2.13.8 at some point not sure when we want to do this however. - Update "logback-classic" version from 1.2.3 to 1.2.11 to fix CVEs. - Update "com.microsoft.java.debug.core" version from 0.31.1 to 0.35.0. - Update "fs2-io" version from 3.0.4 to 3.0.6. - Updating to 3.2.5 breaks the build. - Update "decline-effect" from 2.1.0 to 2.2.0. - Update "log4cats-slf4j" from 2.1.0 to 2.1.1. - Updating to 2.2.0 breaks the build. - CVEs seem to be false positives here. - Add dependencyOverrides for commons-lang3 to fix a CVE item. - Update bin.NOTICE files as some of the incorated projects NOTICE's were updated.
This is a VS Code extension which enables the interactive debugging of DFDL schema parsing using Apache Daffodil.
Until the extension is available in the VS Code Extension Marketplace, please download the latest .vsix
file from the releases page.
:exclamation:NOT necessary if using prebuilt VSIX:exclamation:
:exclamation:NOT necessary if running extension via VS Code without VSIX but a yarn install
will be required:exclamation:
Run full build
yarn build
server/core/target/universal/daffodil-debugger-*.zip daffodil-debugger-*.vsix
The debug server will automatically be ran by the extension unless useExistingServer
is to set to true
inside of .vscode/launch.json
If you wish to ran the debug server manually the scripts to do so are at the following locations:
/home/USERNAME/.local/share/daffodil-dap
/Users/USERNAME/Library/Application\ Support/daffodil-dap
C:\\Users\\USERNAME\\AppData\\Roaming\\daffodil-dap
Once you have either downloaded the VSIX file or created it you can now install it. There are two options to do this:
Via “Extensions: Install from VSIX” command from within VS Code.
vsix
to bring up the command and pointing it at the vsix
fileVia command line
code --install-extension daffodil-debugger-*.vsix
Please refer to the Wiki page at https://github.com/apache/daffodil-vscode/wiki
You can ask questions on the dev@daffodil.apache.org or users@daffodil.apache.org mailing lists. You can report bugs via GitHub Issues.
Apache Daffodil VS Code Extension is licensed under the Apache License, v2.0.
This product includes the logback library, which is available under the Eclipse Public License v1.0.
This product includes the Java Debug Server for Visual Studio Code library, which is available under the Eclipse Public License v1.0.