From e20075db3f084195e8b2911a76480d4080cafe30 Mon Sep 17 00:00:00 2001 From: Mateusz Tymek Date: Mon, 23 Feb 2026 19:01:17 +0100 Subject: [PATCH] Increased OC startup timeout to 45s --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 1f95282..601e645 100644 --- a/src/types.ts +++ b/src/types.ts @@ -21,7 +21,7 @@ export const DEFAULT_SETTINGS: OpenCodeSettings = { autoStart: false, opencodePath: "opencode", projectDirectory: "", - startupTimeout: 15000, + startupTimeout: 45000, defaultViewLocation: "sidebar", injectWorkspaceContext: false, maxNotesInContext: 20,