()
| 48 | } |
| 49 | |
| 50 | export function getWorkspaceBackgroundService(): WorkspaceBackgroundService { |
| 51 | if (!workspaceBackgroundService) { |
| 52 | workspaceBackgroundService = new WorkspaceBackgroundService(); |
| 53 | } |
| 54 | return workspaceBackgroundService; |
| 55 | } |
| 56 | |
| 57 | export async function getTerminalManager(): Promise<TerminalManager> { |
| 58 | if (!terminalManager) { |
no test coverage detected