()
| 167 | } |
| 168 | |
| 169 | private getContainerBasePath(): string { |
| 170 | return this.remoteWorkspaceFolder ?? "/"; |
| 171 | } |
| 172 | |
| 173 | private resolveHostPathForMounted(filePath: string): string | null { |
| 174 | if (this.currentWorkspacePath) { |
no outgoing calls
no test coverage detected