()
| 114 | } |
| 115 | |
| 116 | public async launch(): Promise<RemoteLauncherExitReason> { |
| 117 | return this.start({ |
| 118 | onExit: () => this.handleExitFromUi(), |
| 119 | onSwitchToLocal: () => this.handleSwitchFromUi() |
| 120 | }); |
| 121 | } |
| 122 | |
| 123 | protected createDisplay(context: RemoteLauncherDisplayContext): React.ReactElement { |
| 124 | return React.createElement(OpencodeDisplay, context); |
no test coverage detected