()
| 41 | } |
| 42 | |
| 43 | export function getTaskCleanupService(): TaskCleanupService { |
| 44 | if (!taskCleanupService) { |
| 45 | taskCleanupService = new TaskCleanupService(getSessionManager(), getWorkspaceBackgroundService()); |
| 46 | } |
| 47 | return taskCleanupService; |
| 48 | } |
| 49 | |
| 50 | export function getWorkspaceBackgroundService(): WorkspaceBackgroundService { |
| 51 | if (!workspaceBackgroundService) { |
no test coverage detected