()
| 20 | let workspaceBackgroundService: WorkspaceBackgroundService | null = null; |
| 21 | |
| 22 | export function getEventBus(): EventBus { |
| 23 | if (!eventBus) { |
| 24 | eventBus = new EventBus(); |
| 25 | } |
| 26 | return eventBus; |
| 27 | } |
| 28 | |
| 29 | export function getSessionManager(): SessionManager { |
| 30 | if (!sessionManager) { |
no outgoing calls