(session: CursorSession)
| 405 | } |
| 406 | |
| 407 | export async function cursorLegacyRemoteLauncher(session: CursorSession): Promise<'switch' | 'exit'> { |
| 408 | const launcher = new CursorRemoteLauncher(session); |
| 409 | return launcher.launch(); |
| 410 | } |
no test coverage detected