scholarsmate commented on issue #855: URL: https://github.com/apache/daffodil-vscode/issues/855#issuecomment-1731541777
Thanks @stevedlawrence. The current CI tests against VS Code 1.67.2, the earliest version of VS Code supported for v1.4.0 of the extension. The nightly tests are designed to run against the latest stable and insider's builds of VS Code. We're going to want these to pass in general, especially for the latest stable release. VS Code 1.67.2 uses node 16 internally and the latest stable uses node 18 internally. I opened a PR to shift from testing under node 14 and 16, to 16 and 18. That may help fix some of the tests. -- 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]
