(options: WorksetPathOptions = {})
| 68 | } |
| 69 | |
| 70 | export function getWorksetsFilePath(options: WorksetPathOptions = {}): string { |
| 71 | return FileSystemUtils.joinPath(getWorksetsDir(options), WORKSETS_FILE_NAME); |
| 72 | } |
| 73 | |
| 74 | export function getWorksetCodeWorkspacePath( |
| 75 | name: string, |
no test coverage detected