shanedell commented on code in PR #1452:
URL: https://github.com/apache/daffodil-vscode/pull/1452#discussion_r2418026561
##########
src/daffodilDebugger/daffodil.ts:
##########
@@ -71,8 +71,18 @@ export interface BuildInfo {
scalaVersion: string
}
-export function getDaffodilVersion(filePath: fs.PathLike) {
- return jsoncParse(fs.readFileSync(filePath).toString())['daffodilVersion']
+export interface DaffodilScalaVersions {
+ d3_10_0: string
+ d3_11_0: string
+ d4_0_0: string
+}
Review Comment:
This was a testing thing that was supposed to be updated and are now updated.
--
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]