eclipse-cdt-cloud / vscode-trace-extension

Trace viewer extension for Eclipse Theia applications and VSCode compatible applications, that uses the Trace Server Protocol (TSP)
MIT License
7 stars 21 forks source link

[npm packages] use solid versions of our packages #235

Closed marcdumais-work closed 6 months ago

marcdumais-work commented 6 months ago

Now that we can easily do solid releases for our various npm packages, switch to requesting solid revisions for this project's packages we consume:

Also performed a "yarn upgrade"

During local testing, I got some UI test suite failures initially. It seemed that the Trace Viewer extension would "disappear" from the running openvscode-server, after being initially present. It may have been a glitch - after I cleared the installed extension from folder ~/.openvscode-server/extensions/, I did not see the issue any longer. But it's probably a good idea to keep an eye out for potential problems, that might presumably stem from the updated dependencies.

Note: we are still in the process of publishing an updated version of these - will update this PR when done. update: publishing done

marcdumais-work commented 6 months ago

I had dash-licenses open IP tickets for the new dependencies/versions that were tagged as needing more scrutiny:

marcdumais-work commented 6 months ago

Thanks for the tests and review!