Shanedell commented on a change in pull request #37: URL: https://github.com/apache/daffodil-vscode/pull/37#discussion_r739307151
########## 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: + +* Note what the dapodil data folder location for your OS is. + * Linux = `/home/USERNAME/.local/share/dapodil` + * Mac = `/Users/USERNAME/Library/Application\ Support/dapodil` + * Windows = `C:\\Users\\USERNAME\\AppData\\Roaming\\dapodil` + + :exclamation: Ensure this folder location exists :exclamation: Review comment: I am going to remove them from this location but still have them listed under the section `Running Debug Server` so the user can know how to run it manually -- 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]
