(path: string)
| 45 | } |
| 46 | |
| 47 | export function canonicalizeVfsPath(path: string): string { |
| 48 | return encodeVfsPathSegments(decodeVfsPathSegments(path)) |
| 49 | } |
| 50 | |
| 51 | export function canonicalWorkspaceFilePath(parts: { |
| 52 | folderPath?: string | null |
no test coverage detected