Skip to content

Commit

Permalink
docker-compose.yaml 使用時に上手く stop, down ができない問題を修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 committed Aug 15, 2024
1 parent e27d955 commit 9630dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devcontainer/devcontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ func findDockerComposeFileDir() (string, error) {
}
dockerComposeFileDir := filepath.Dir(dockerComposeFilePath)

// fmt.Printf("dockerComposeFileDir directory: %s\n", dockerComposeFileDir)
return dockerComposeFileDir, nil
fmt.Printf("dockerComposeFileDir directory: %s\n", dockerComposeFileDir)
return filepath.Join(devcontainerJSONDir, dockerComposeFileDir), nil
}

func GetConfigurationFilePath(devcontainerFilePath string, workspaceFolder string) (string, error) {
Expand Down

0 comments on commit 9630dfe

Please sign in to comment.