Shanedell commented on a change in pull request #37: URL: https://github.com/apache/daffodil-vscode/pull/37#discussion_r739281485
########## File path: README.md ########## @@ -21,13 +21,65 @@ This is a VS Code extension which enables the interactive debugging of DFDL schema parsing using [Apache Daffodil](https://daffodil.apache.org/). +## Build Requirements +- Java Development Kit (JDK) 11 or higher +- SBT 0.13.8 or higher +- Node 10 or higher +- Yarn (https://yarnpkg.com/getting-started/install) + +## Download - Prebuilt + +Until the extension is available in the [VS Code Extension Marketplace](https://marketplace.visualstudio.com/vscode), please download the latest `.vsix` file from the [releases page](https://github.com/apache/daffodil-vscode/releases). + + +## Build VSIX and Debugger +:exclamation:**NOT necessary if using prebuilt VSIX**:exclamation: + +:exclamation:**NOT necessary if debugging extension but a `yarn install` will be required**:exclamation: Review comment: So debugging an extension was referring to running the extension inside of VScode instead of as VSIX -- 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]
