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

Skip to content

Commit 263c683

Browse files
committed
add note about name
1 parent 8ee9914 commit 263c683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agentcontainers/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ func (api *API) getContainers(ctx context.Context) (codersdk.WorkspaceAgentListC
301301
continue
302302
}
303303

304+
// NOTE(mafredri): This name impl. may change to accommodate devcontainer agents RFC.
304305
// If not in our known list, add as a runtime detected entry.
305306
name := path.Base(workspaceFolder)
306307
if _, ok := api.devcontainerNames[name]; ok {

0 commit comments

Comments
 (0)