shanedell commented on PR #926:
URL: https://github.com/apache/daffodil-vscode/pull/926#issuecomment-1876029853
Okay so found the issue is me using `${workspaceFolder}`. So if I do
`${workspaceFolder}/dfdl-pcap/src/test/resources/com/tresys/pcap/data/dns.cap`
it fails but if I remove `${workspaceFolder}` and give it the full path it
works fine. So, this PR needs updated to check for `${workspaceFolder}` in the
path and then replace it with the actual path. There are other places in the
code where this done so shouldn't be too bad to add.
--
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]