From 23f6fb2c9a43c64b344363727e0205df0450930b Mon Sep 17 00:00:00 2001 From: "Justin Kolasa (from Dev Box)" Date: Tue, 29 Apr 2025 14:02:47 -0400 Subject: [PATCH] Increase startTime for extra popup --- src/Explorer/Explorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 5cc4051bc..fa99e69b0 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -308,7 +308,7 @@ export default class Explorer { let vsCodeNotOpened = false; setTimeout(() => { - if (!vsCodeNotOpened && Date.now() - startTime < 1200) { + if (!vsCodeNotOpened && Date.now() - startTime < 1500) { vsCodeNotOpened = true; logConsoleInfo( "Visual Studio Code not detected. Please download it from: https://code.visualstudio.com/download",