Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extension host terminated unexpectedly

VSCode Version: 1.11.2

OS Version: Win 8.1

Below error is appearing every 10 mins.Can you please tell me how to get rid of this? I have installed only 4 extensions as shown below.

enter image description here

enter image description here

Update:

I have disabled all extensions one by one for the workspace.But still, It has the same issue.In other words, this is not the problem of extensions which I have installed.Any idea?

like image 666
Sampath Avatar asked Apr 22 '17 08:04

Sampath


3 Answers

I solved this by uninstalling Live Server extension!

like image 195
Ion Prodan Avatar answered Nov 04 '22 09:11

Ion Prodan


This worked for me.

  • Shift + Command + P (Control for windows)
  • Select Reload With Extensions disabled
  • Shift + Command + P again
  • Select Enable All Extensions
  • Restart VS code.
like image 45
Binh Ho Avatar answered Nov 04 '22 09:11

Binh Ho


Open the Devtools console and look for any exceptions in localProcessExtensionHost.ts.

Uninstall the extension that shows up there.

To open developer tools: ctrl+shift+p Developer: Toggle Developer Tools select console.

like image 3
8DH Avatar answered Nov 04 '22 09:11

8DH