arosien commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1062412931
Ok, I found the problem, and like #77 the code was incorrectly using the main schema file instead of using the schema file of the current location relayed by Daffodil: https://github.com/apache/daffodil-vscode/blob/ee71cf1cc9e2a7fce1abac2b46700c352cb5e404/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala#L367 I'll push a patch for using the correct path, but this won't work for jar-based schema files. That work is captured by #76. -- 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]
