Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0ffe69

Browse files
chore: move subAgentConfig.Directory assignment
1 parent 7704238 commit e0ffe69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent/agentcontainers/api.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,8 +1218,6 @@ func (api *API) maybeInjectSubAgentIntoContainerLocked(ctx context.Context, dc c
12181218
appsWithPossibleDuplicates = append(appsWithPossibleDuplicates, customization.Apps...)
12191219
}
12201220

1221-
subAgentConfig.Directory = config.Workspace.WorkspaceFolder
1222-
12231221
return nil
12241222
}(); err != nil {
12251223
api.logger.Error(ctx, "unable to read devcontainer config", slog.Error(err))

0 commit comments

Comments
 (0)