The above release files should be verified using the PGP signatures and the project release KEYS. See verification instructions for a description of using the PGP and KEYS files for verification. A SHA512 checksum is also provided as an alternative verification method.
This extension is available from the VS Code Marketplace.
To install from within VS Code, launch VS Code Quick Open (Ctrl+P), type the following command, and press enter.
ext install ASF.apache-daffodil-vscodeThis release contains new features and fixes listed below.
jsonc-parser when reading in JSON files, allows for the file to not be strict JSON."useExistingServer": true, some functionality would be lost.AskForProgramName and AskForDataName commands were not setting program and data properly.DEBUG to INFO./tmp/daffodil-debugger.log.xs:pattern, xs:totalDigits, xs:fractionDigits, dfdl:property and xs:enumeration.xs:restriction child elements.dfdl:escapeScheme element and the escapeScheme attributes.dfdl:format attributes.dfdl:binaryBooleanTrueRep and dfdl:binaryBooleanFalseRep.dfdl:newVariableInstance element, also add it as a child of the xs:appinfo element.dfdl:element to list of suggestions for xs:element/annotation/app.From:
"dataEditor": {
"logFile": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
"logLevel": "info"
}
To:
"dataEditor": {
"logging": {
"logLevel": "info"
"file": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
}
}