apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
11 stars 19 forks source link

Investigate why tests fail with newer versions of vscode #1101

Open shanedell opened 1 month ago

shanedell commented 1 month ago

After VSCode version 1.91.1 it seems the test fail. This should also involve an update to running the tests to not strictly define using 1.67.2 from the package.json. Instead, if the environment variable is not set the default version should be stable. The CI file should also be fixed to removed pinned version 1.91.1 and revert back to stable.

shanedell commented 2 weeks ago

This was mostly an issue on being seen on the Windows CI, newer version of VSCode didn't seem to effect the tests on MacOS and Linux. This ticket was created based on a quick fix from https://github.com/apache/daffodil-vscode/pull/1100 where we pin the VSCode version.

Once the windows issues are resolved: