Receiving error message 'Extension host terminated unexpectedly.' in Visual Studio Code

前端 未结 14 1143
夕颜
夕颜 2020-12-10 10:55

I have been looking around and I haven\'t found any answers to my issue.
I keep getting this error \"Extension host terminated unexpectedly.\" and I

14条回答
  •  醉酒成梦
    2020-12-10 11:20

    I started getting this error when vscode automatically updated to March 2020 (version 1.44). I have tried many suggestion given in the forum and over the internet but non of them worked.

    Worked for Me: I downloaded January 2020 (version 1.42) build from https://code.visualstudio.com/updates/v1_42 and ran over previous installation without uninstalling and surprisingly error disappear and all extension are loading and working properly.

    I tried following things and non of them worked:

    1. I disabled all the installed extension from GUI.

    2. uninstalled all the extension and installed again.

    3. removed the left over extension from Windows %USERPROFILE%.vscode\extensions.

    4. tried launching from command prompt with --disable-extensions option.

提交回复
热议问题