commit | 353378b11813d866999c3d802fe19fdb1189fc05 | [log] [tgz] |
---|---|---|
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Sun Oct 02 00:18:43 2022 +0000 |
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Sun Oct 02 00:18:43 2022 +0000 |
tree | 65ca6213834ef585ecb2f581dfac9dc42b118177 | |
parent | fcb410960202076d994bde53d3fc53e967976556 [diff] |
Update decline-effect to 2.3.1
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 package
yarn package
server/core/target/universal/daffodil-debugger-*.zip apache-daffodil-vscode-*.vsix
The debug server will automatically be run by the extension unless useExistingServer
is to set to true
inside of .vscode/launch.json
If you wish to run 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 apache-daffodil-vscode-*.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.