Closed
Description
Bug description
One frame running phase for every workspace start
This is part because of the time diff between contentAvailable
and ideReady
This PR #8313 will wait until contentAvailable
to get .gitpod.yml
file to parse extensions and download extensions via URL first, and then start IDE
So ideReady
will always be after contentAvailable
, but after contentAvailable
, workspace phase turns to Running
.
We can verify it here https://gitpod.io/#github.com/mustard-mh/test/tree/hw/large-file which will download some large files
vscode:
extensions:
- http://ipv4.download.thinkbroadband.com/1GB.zip
- http://212.183.159.230/1GB.zip
- https://speed.hetzner.de/10GB.bin
Image |
---|
![]() |
Steps to reproduce
Start a workspace
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done