diff --git a/index.ts b/index.ts index 48b6c6b..ec1cb91 100644 --- a/index.ts +++ b/index.ts @@ -445,7 +445,7 @@ export default function (pi: ExtensionAPI) { const absolutePath = path.resolve(ctx.cwd, filePath); // daemonDiagnostics triggers getOrCreateEntry + syncFile in the daemon. // We don't await it — just fire and forget so the server starts warming up. - void daemonDiagnostics(absolutePath); + void daemonDiagnostics(absolutePath).catch(() => {}); } catch { // Silently ignore — unsupported file type, missing binary, etc. }