-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Extension host terminated unexpectedly #36201
Comments
Here is a copy of my console log from the vs code developer tools: |
:( I'm returning to Atom to get my work done. |
Can you reproduce the problem when you start with extension disabled |
@euk-anthonyb sorry I was not clear. I meant, exit VS Code then start VS Code from the command line with this command line argument. |
the same issue after run the code --disable-extensions |
I finally solve the problome , just add git.exe into the settings.json. (Install the GOW https://github.com/bmatzelle/gow to use commend "where git.exe" in cmd. My OS is Win10; In my computer ,it was the VSCode cannot detect installed Git led to the error. |
@euk-anthonyb @FeiX01 is git.exe on your path? @joaomoreno fyi, not sure if you have heard the extension host crashing when git.exe is not found? |
@euk-anthonyb @jkvon What is the language of your Windows installation? |
@bpasero: I've asked IT but I have not yet heard back from them. Is there a quick way to see if git.exe is on my path? |
@joaomoreno: My Windows language is English. |
Extension host stop working.txt facing same problem (1.17.2) . attached my console log |
@euk-anthonyb @ravinsinghd @jkvon @gosongs If you open a command prompt, can you show me the values of the following environment variables:
@ravinsinghd Is the issue fixed if you install Git? |
@joaomoreno I have git installed already. please find the output for the commend |
And where is git installed? If you go into VSCode's installation directory and move away |
Yes, just move it away temporarily. Then, try to see if the issue comes up. |
@joaomoreno after moved the git folder that issue not came. i worked almost 8hrs not facing problem. |
@joaomoreno that issue occur again. i uninstall most of my extensions still it's occur. |
Did you guys found root cause? In anyway we can help ? |
So. It is definitely the Is there any way we can do a remote screen sharing session? Let me know a good time for you. |
@joaomoreno I am not sure it's git. because now i don't have git folder still the problem happen.i am happy to share screen. let me suitable time for you and how to share I will share |
I have this same issue on macOS |
@ravinsinghd How about tomorrow, Monday, October 30 at 07:30 AM UTC? That would be 13:00 in Bangalore. https://hangouts.google.com/hangouts/_/joaomoreno.com/vscode36201 |
Awesome will connect |
@joaomoreno i joined in hangout |
Hmmm me too... I don't see you there. |
Can you try again? https://hangouts.google.com/hangouts/_/joaomoreno.com/vscode36201 |
@euk-anthonyb can you let me know what are the extensions you are using?. will compare your list with me, will see if any common extension. may be that give some clue. |
@joaomoreno as you suggest i am disabling my extensions one by one and checking if the issue happen Next will try disable angular language service |
Bringing in @alexandrudima. People remove the git extension and still have the problem. So this seems to be something else. @ravinsinghd's crash is an out of memory one. |
@joaomoreno I'm sorry can you point out which of the 5 distinct reports experience a crash after removing the built-in git extension? I can then start a new issue / thread and investigate what is the root cause. Because I love investigating code not written by me running in the extension host ❤️ |
@euk-anthonyb Can you try out this build? Do you still have the same issue? |
@joaomoreno I can reproduce the problem by enable and disable Angular Language Service extension |
OK @ravinsinghd. Good to know. Please file an issue to that extension. But for now let us focus on @euk-anthonyb's problem. |
Closing as duplicate of #32739 |
For some strange reason, this version of the Insiders build now works without incident. :) |
Steps to Reproduce:
Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: