Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee9914 commit 263c683Copy full SHA for 263c683
agent/agentcontainers/api.go
@@ -301,6 +301,7 @@ func (api *API) getContainers(ctx context.Context) (codersdk.WorkspaceAgentListC
301
continue
302
}
303
304
+ // NOTE(mafredri): This name impl. may change to accommodate devcontainer agents RFC.
305
// If not in our known list, add as a runtime detected entry.
306
name := path.Base(workspaceFolder)
307
if _, ok := api.devcontainerNames[name]; ok {
0 commit comments