shanedell commented on PR #952: URL: https://github.com/apache/daffodil-vscode/pull/952#issuecomment-1912392837
@stricklandrbls @hdalsania @rthomas320 This should fix your issues you saw with my previous PR https://github.com/apache/daffodil-vscode/pull/935, where for windows you needed to make to use delimiter `;` instead of `:`. Please pull this PR and update your daffodilDebugClasspath to be an array, each folder should be its own entry such as: ```json "daffodilDebugClasspath": [ "${workspaceFolder}/dfdl-mil-std-2045/src/main/resources", "${workspaceFolder}/dfdl-mil-std-2045/target/classes", "${workspaceFolder}/dfdl-tcpMessage/src/main/resources", "${workspaceFolder}/dfdl-tcpMessage/target/classes", "${workspaceFolder}/dfdl-PCAP/src/main/resources", "${workspaceFolder}/dfdl-PCAP/target/classes", "${workspaceFolder}/dfdl-envelope-payload/src/main/resources", "${workspaceFolder}/dfdl-envelope-payload/target/classes", "${workspaceFolder}/dfdl-ethernetIP/src/main/resources", "${workspaceFolder}/dfdl-ethernetIP/target/classes" ], ``` -- 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]
