stricklandrbls commented on PR #1022: URL: https://github.com/apache/daffodil-vscode/pull/1022#issuecomment-2136309539
@hdalsania @scholarsmate @shanedell I did a little digging and running the extension in debug mode w/ breakpoints. It looks like this is coming from this scope of code: https://github.com/apache/daffodil-vscode/blob/5bd426e1dbdf25b40193ba0a2eb17dbc9d861ba1/src/tdmlEditor/utilities/tdmlXmlUtils.ts#L277-L295 I think it has something to do with this function being `async` but not returning a `Promise` because this block of code throws with _all_ of the scoped variables being `undefined` or uninitialized. -- 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]
