Shanedell edited a comment on pull request #63: URL: https://github.com/apache/daffodil-vscode/pull/63#issuecomment-996169444
@mbeckerle I was able to recreate your issue on my Ubuntu VM so I will be doing some testing to get this fixed, will let you know once I believe I found the fix. But I did find an fix two other issues I found through setting up this VM: - `bash-template` in Ubuntu did not seem to like the License stuff being the first line. Had to have `/usr/bin/env bash` for the debugger script to run - the extension was doing a hand full of `.replaceAll`, this works in nodejs 10 but in later version they remove this function (install nodejs 12 on my VM). So the fix was using `.replace` but using regular expression to have it remove everything. -- 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]
