From e15a8624156db6a470f22b3fb4e6333871a7932c Mon Sep 17 00:00:00 2001 From: Benjamin Cohen Date: Sat, 22 Nov 2025 16:31:42 -0700 Subject: [PATCH] fix(frontend): remove false "install Cursor" notification when Cursor is installed (Fixes #20289) --- site/src/modules/apps/useAppLink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/modules/apps/useAppLink.ts b/site/src/modules/apps/useAppLink.ts index 00b1c78940e04..68c67d0cf14d8 100644 --- a/site/src/modules/apps/useAppLink.ts +++ b/site/src/modules/apps/useAppLink.ts @@ -55,7 +55,7 @@ export const useAppLink = ( // When browser recognizes the protocol and is able to navigate to the app, // it will blur away, and will stop the timer. Otherwise, // an error message will be displayed. - const openAppExternallyFailedTimeout = 500; + const openAppExternallyFailedTimeout = 1500; const openAppExternallyFailed = setTimeout(() => { // Check if this is a JetBrains IDE app // starts with "jetbrains-gateway://connect#type=coder" (from https://registry.coder.com/modules/coder/jetbrains-gateway)