Skip to content

Commit

Permalink
[server] keep gitStatus on new instances (#18811)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge authored Sep 26, 2023
1 parent c6e90d4 commit fd65892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/server/src/workspace/workspace-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ export class WorkspaceStarter {
conditions: {},
phase: "preparing",
},
gitStatus: previousInstance?.gitStatus,
configuration,
usageAttributionId: usageAttributionId && AttributionId.render(usageAttributionId),
workspaceClass,
Expand Down

0 comments on commit fd65892

Please sign in to comment.