File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1173,6 +1173,8 @@ func (api *API) maybeInjectSubAgentIntoContainerLocked(ctx context.Context, dc c
1173
1173
return err
1174
1174
}
1175
1175
1176
+ subAgentConfig .Directory = config .Workspace .WorkspaceFolder
1177
+
1176
1178
// NOTE(DanielleMaywood):
1177
1179
// We only want to take an agent name specified in the root customization layer.
1178
1180
// This restricts the ability for a feature to specify the agent name. We may revisit
@@ -1213,8 +1215,6 @@ func (api *API) maybeInjectSubAgentIntoContainerLocked(ctx context.Context, dc c
1213
1215
appsWithPossibleDuplicates = append (appsWithPossibleDuplicates , customization .Apps ... )
1214
1216
}
1215
1217
1216
- subAgentConfig .Directory = config .Workspace .WorkspaceFolder
1217
-
1218
1218
return nil
1219
1219
}(); err != nil {
1220
1220
api .logger .Error (ctx , "unable to read devcontainer config" , slog .Error (err ))
You can’t perform that action at this time.
0 commit comments