Skip to content

Commit 71ef3db

Browse files
committed
docs(agents): clarify LSP spawn timeout invariant
1 parent d57ddb7 commit 71ef3db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/agents/agent-bundle-lsp-runtime.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ type LspSession = {
3030
initialized: boolean;
3131
capabilities: LspServerCapabilities;
3232
disposed: boolean;
33-
// Preserve a spawn failure so requests created after the event reject immediately.
33+
// Preserve a spawn failure so requests created after the event reject immediately
34+
// instead of waiting for the per-request timeout.
3435
failure?: Error;
3536
};
3637

0 commit comments

Comments
 (0)