-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusable due to slow startup. Fresh install win 32, no extensions, startup > 10 Minutes! #29798
Comments
@WhatFreshHellIsThis Please start VS Code with the |
Cool, coming right up! |
Ok, here they are. Please take note that it started up far faster with the profile flag than it does with the disable extensions flag. With the profile flag the first screen draw happened in 1 minute and 42 seconds and the cpu went to zero only after 6 minutes. By contrast, with the disable extensions flag I waited over 6 minutes before finally killing the task and saw nothing drawn on screen. |
I am closing this as dupe of #22087. Sad, but it is a known issue that electron can start very slow on windows, that is the signal of the app being ready is delayed, often by anti virus software. This is an extreme case of this... |
This is with the Microsoft anti virus disabled real time protection and to be on the safe side I also specifically excluded Code.exe process as well. Anti Virus is not the culprit unless it's doing something even when turned off and that process excluded. This issue is not caused by anti-virus to the best of my ability to ensure that. |
Also, why does it start the first time after installation quickly every single time? |
I'm going to go ahead and uninstall the Microsoft AV completely just to put this to rest either way. I'll report back shortly. |
Uninstalled Microsoft Security Essentials, clean reboot. |
I'm going back to Debian now, I hope this gets sorted out at some point, Code is awesome on Debian, I wish it was as good on Windows. |
VSCode Version: 1.13
OS Version: Windows 7 32 bit
NOTE: I also have Visual studio 2012 installed on this computer and it's running in a virtual machine.
Visual studio 2012 opens within seconds, there is almost no noticeable delay running in this fast virtual machine.
Steps to Reproduce:
I left it to start one time as I had to go out, came back about half an hour later and it was opened so at some point it does actually complete the startup but I have no idea how long it took.
Same thing happens when I run it without disabling extensions by the way and I've tried it through several reboots uninstalls etc.
Reproduces without extensions: Yes
I've used Code on Linux previously (64bit Debian in virtual machine on same host computer) and it runs very fast and is very useful, however I wanted to consolidate all my work to my windows dev machine and ran into this issue.
This is a clean install, I'm guessing my difference from others may be that I have vs 2012 installed already? Only thing I can think of that might have some possibility of interfering with it.
The text was updated successfully, but these errors were encountered: