(config: DevContainerFromDockerComposeConfig)
| 114 | } |
| 115 | |
| 116 | export function getRemoteWorkspaceFolder(config: DevContainerFromDockerComposeConfig) { |
| 117 | return config.workspaceFolder || '/'; |
| 118 | } |
| 119 | |
| 120 | // exported for testing |
| 121 | export function getBuildInfoForService(composeService: any, cliHostPath: typeof path, localComposeFiles: string[]) { |
no outgoing calls
no test coverage detected