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",