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:
traceviewer-base
traceviewer-react-components
tsp-typescript-client
timeline-chart (indirectly. through traceviewer-react-components)
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
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