We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5255b commit 02e606eCopy full SHA for 02e606e
agent/agentcontainers/api.go
@@ -557,7 +557,6 @@ func (api *API) discoverDevcontainersInProject(projectPath string) error {
557
_ = api.CreateDevcontainer(dc.WorkspaceFolder, dc.ConfigPath)
558
}()
559
}
560
-
561
562
api.mu.Unlock()
563
agent/agentcontainers/api_test.go
@@ -3682,7 +3682,7 @@ func TestDevcontainerDiscovery(t *testing.T) {
3682
)
3683
3684
gomock.InOrder(
3685
- // Given: This dev container has auto start disbaled.
+ // Given: This dev container has auto start disabled.
3686
mDCCLI.EXPECT().ReadConfig(gomock.Any(),
3687
"/home/coder/project",
3688
"/home/coder/project/.devcontainer.json",
0 commit comments