()
| 40 | } |
| 41 | |
| 42 | public async launch(): Promise<RemoteLauncherExitReason> { |
| 43 | return this.start({ |
| 44 | onExit: () => this.handleExitFromUi(), |
| 45 | onSwitchToLocal: () => this.handleSwitchFromUi() |
| 46 | }); |
| 47 | } |
| 48 | |
| 49 | protected createDisplay(context: RemoteLauncherDisplayContext): React.ReactElement { |
| 50 | return React.createElement(OpencodeDisplay, context); |
no test coverage detected