We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57ddb7 commit 71ef3dbCopy full SHA for 71ef3db
1 file changed
src/agents/agent-bundle-lsp-runtime.ts
@@ -30,7 +30,8 @@ type LspSession = {
30
initialized: boolean;
31
capabilities: LspServerCapabilities;
32
disposed: boolean;
33
- // Preserve a spawn failure so requests created after the event reject immediately.
+ // Preserve a spawn failure so requests created after the event reject immediately
34
+ // instead of waiting for the per-request timeout.
35
failure?: Error;
36
};
37
0 commit comments