()
| 270 | } |
| 271 | |
| 272 | private async handleSwitchRequest(): Promise<void> { |
| 273 | this.exitReason = 'switch'; |
| 274 | this.shouldExit = true; |
| 275 | await this.handleAbort(); |
| 276 | } |
| 277 | |
| 278 | public async launch(): Promise<RemoteLauncherExitReason> { |
| 279 | if (this.session.codexArgs && this.session.codexArgs.length > 0) { |
no test coverage detected