Skip to content

Commit 336997b

Browse files
chore: handle in CloneConfig as well
1 parent 20e832a commit 336997b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agentcontainers/subagent.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func (s SubAgent) CloneConfig(dc codersdk.WorkspaceAgentDevcontainer) SubAgent {
3434
Architecture: s.Architecture,
3535
OperatingSystem: s.OperatingSystem,
3636
DisplayApps: slices.Clone(s.DisplayApps),
37+
Apps: slices.Clone(s.Apps),
3738
}
3839
}
3940

0 commit comments

Comments
 (0)