commit | 9f3957572577fdf4f53f36b187f4733656dd880c | [log] [tgz] |
---|---|---|
author | Shane Dell <shanedell100@gmail.com> | Thu Nov 03 22:06:48 2022 -0400 |
committer | Shane Dell <32347414+Shanedell@users.noreply.github.com> | Fri Nov 04 12:37:35 2022 -0400 |
tree | 6f8ebb1b33d0d100855caf52bff332e40603f648 | |
parent | 64bbb7e12d435f305383f5101e016688cb597940 [diff] |
LICENSE and NOTICE updates: - Create NOLICENSE file. Holds a list of yarn and scala depedencies that are either: - say they are licensed but do not provide any license data - have no license. - Create NONOTICE file. Holds a list of yarn and scala dependencies that are ALv2 licensed but provide no notice in their repo. - Add all node packages to LICENSE, NOTICE, NOLICENSE or NONOTICE files. - Remove md5-file and run-script-os from build/package/LICENSE as these packages are no longer used Closes #333
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.