()
| 35 | } |
| 36 | |
| 37 | async function getDesktopDataRootConfigPath(): Promise<string> { |
| 38 | const platform = getPlatformService(); |
| 39 | return platform.joinPath(await getDefaultDataRoot(), DESKTOP_DATA_ROOT_CONFIG_FILE); |
| 40 | } |
| 41 | |
| 42 | async function getDesktopDataRoot(): Promise<string> { |
| 43 | const platform = getPlatformService(); |
no test coverage detected