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