(common: ResolverParameters)
| 645 | } |
| 646 | |
| 647 | export function getEmptyContextFolder(common: ResolverParameters) { |
| 648 | return common.cliHost.path.join(common.persistedFolder, 'empty-folder'); |
| 649 | } |
| 650 | |
| 651 | export function normalizeDevContainerLabelPath(platform: NodeJS.Platform, value: string): string { |
| 652 | if (platform !== 'win32') { |
no outgoing calls
no test coverage detected