Gitpod initialization messages are out of order #24
Labels
bug
Something isn't working
gitpod-config
Related to gitpod configuration (bash scripts etc...)
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Describe the bug
The
image-workspace.log
is displayed before the rest of the init messagesScreenshots
Steps to reproduce
Create a new workspace:
The
workspace-image.log
and init messages that are not yet in a log are lost in a jumble ofyarn
,gem
, andartisan
installs.Expected behavior
workspace-image.log
and the soon to comeworkspace-init.log
#21 should be displayed last in the init process, after the output for all the installs, alias writing, moving of files etc.Init messages should still be displayed in realtime in the midst of the other installs however for the sake of clarity they should also be displayed in compact form at the very end of the process, along with the output of the the
workspace-image.log
.Additional information
This issue is blocked by #21
The text was updated successfully, but these errors were encountered: