Skip to content

Commit 5eb10cd

Browse files
Andrew Farriesroboquat
authored andcommitted
Set workspace to "preparing" on creation
Rather than "unknown".
1 parent 68e77c3 commit 5eb10cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/workspace/workspace-starter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ export class WorkspaceStarter {
718718
workspaceImage: "", // Initially empty, filled during starting process
719719
status: {
720720
conditions: {},
721-
phase: "unknown",
721+
phase: "preparing",
722722
},
723723
configuration,
724724
};

0 commit comments

Comments
 (0)