-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
VS Code can freeze on startup sending messages to extension host #13667
Comments
@Platzer are you offline or behind a slow network connection? Does it reproduce when opening other folders? |
No slow connection +20Mbit sync. I also tried it outside the corporate network in case of firewall prolem, also not working.
|
This could be what @dbaeumer found in his setup too. |
I realized my problem only occurred when I had a new yarn.lock file open in the editor, and this file is quite large (~6000 lines). For anyone who doesn't know what that file is, it is produced by Yarn (a new frontend for NPM that solves the problem NPM shrinkwrap tried to solve by producing a dependency resolution file that can be committed in a source repo). See https://yarnpkg.com Just as with @Platzer, I can't reproduce the problem in v1.6. |
+1 This issue starts to display since Code - Insiders 1.7.0-insider (cf203e0, 2016-10-11T06:11:07.928Z) But for me, it not displays always. |
Same issue here, only happens in 1.7.0 when I have multiple "medium" sized source files open in a particular project (400~ lines each). |
I can reproduce by having a sufficient large enough file open right on startup with latest insiders. It seems to be an issue with node.js (nodejs/node#7657) blocking the process while waiting for IPC messages. aa2fd63 resulted in larger messages being sent to the extension host right on startup and seems to now cause this more easily. I believe this could happen before already though. |
Steps to Reproduce:
Console output of
code-insiders.cmd VCS_Dokumente --disable-extensions --verbose
:Developer Tools Consol output:
The text was updated successfully, but these errors were encountered: