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 03c4d52 commit 76790d6Copy full SHA for 76790d6
src/core/webview/webviewMessageHandler.ts
@@ -683,7 +683,7 @@ export const webviewMessageHandler = async (
683
const mcpHub = provider.getMcpHub()
684
685
if (mcpHub) {
686
- await Promise.race([mcpHub.handleMcpEnabledChange(newValue as boolean), delay(500)]).catch(
+ await Promise.race([mcpHub.handleMcpEnabledChange(newValue as boolean), delay(150)]).catch(
687
() => {},
688
)
689
}
0 commit comments