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

前端 未结 14 1125
夕颜
夕颜 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:35

    Linking my github issue on Microsoft/vscode as reference.
    It ended up being one of the base extensions that runs on startup that was the root of the problem.

    In my case the git in extensions folder was causing it.
    "git.enabled": false was not doing the trick so I had to remove the git folder altogether for the error to disappear.

提交回复
热议问题