diff --git a/cmd/workspace/workspace_new.go b/cmd/workspace/workspace_new.go index 726085fa..f9cb8f48 100644 --- a/cmd/workspace/workspace_new.go +++ b/cmd/workspace/workspace_new.go @@ -135,6 +135,7 @@ func (o *NewOptions) Run(ctx context.Context) error { fmt.Printf("Created workspace %s\n", o.name()) // Wait until container can be streamed from + fmt.Println("Waiting for workspace pod to be ready...") pod, err := o.waitForContainer(ctx, ws) if err != nil { return err