fix(terminal): defer TerminalService start to user interaction
This commit is contained in:
@@ -593,7 +593,6 @@ app.whenReady().then(async () => {
|
||||
await startServer();
|
||||
|
||||
await opencodeService.start();
|
||||
await terminalService.start();
|
||||
|
||||
await createWindow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user