-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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. #112442
Comments
(Experimental duplicate detection) |
/needsMoreInfo Find out which extension is causing the problem, then report it to the extension author. |
I open the Developer Tool for the notification that popped up in VSCode and these errors are shown in Console: ERR [File Watcher (node.js)] Error: ENOENT: no such file or log.ts:197 directory, stat 'e:\Study\Bootstrap\Bootstrap.vscode' abstractExtensionService.ts:840 Extension 'ms-toolsai.jupyter cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api) console.ts:137 [Extension Host] Error: ENOENT: no such file or directory, open 'c:\Users\pc\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js' abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code: 0 Signal: null log.ts:197 ERR Extension host terminated unexpectedly. The following extensions were running: notificationsAlerts.ts:40 Extension host terminated unexpectedly. extensionHostManager.ts:73 Error received from starting extension host extensionHostManager.ts:74 timeout lifecycle.ts:158 Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked! add @ lifecycle.ts:156 log.ts:191 WARN Settings Sync: Accounts are not initialized |
Make sure you are running 1.52, then use the new bisect command to find out which extension is causing the problem. |
Thanks for your support. I find out the reason behind the notification "Extension host terminated unexpectedly." [ C:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node ] These two files get deleted by Antiviruses 1 ) extensionHostProcess.js 2) extensionHostWorker.js The SOLUTION is: [ I'm using Quick Heal Antiviruses But Steps are the same for most of the Antiviruses ]
Well, my problem has been solved by this method. |
Closing since this sounds like a problem with the antivirus program, not VS Code |
Does this also apply to MacOS? And where do I find these two files?
Running MacOS 11.1 (Big Sur) and facing the problem since a few weeks now. |
Is there any solution to the "Extension host terminated unexpectedly." problem? this is a notification pop up when the VSCode window loads.
The text was updated successfully, but these errors were encountered: