question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extension host terminated unexpectedly

See original GitHub issue

Environment data

VS Code version:

  • Version 1.19.0-insider
  • Commit 8a12b294de610aab61c32c02c7c148d981cf07e4
  • Date 2017-12-04T05:14:19.063Z
  • Shell 1.7.9
  • Renderer 58.0.3029.110
  • Node 7.9.0
  • Architecture x64

Python Extension version: Version 0.8.0 (9 November 2017) Python Version: Python 3.6.3 :: Anaconda, Inc. OS and version: Windows 10 Enterprise Edition

Actual behavior

image

Expected behavior

Start MS Python extension

Steps to reproduce:

  • Install ms-python extension from Microsoft
  • Create new empty py file.
  • Wait for an amount of time after opening Python file. Error appears.

Logs

Output from Python output panel

Output from Console window (Help->Developer Tools menu)


/C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2734 Extension host terminated unexpectedly.
e.doShow @ /C:/Program Files/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:2734

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:124 (11 by maintainers)

github_iconTop GitHub Comments

6reactions
zachary-zhaoqicommented, May 16, 2018

我也解决了,解决方法是: 删除了path变量中自己添加JAVA环境变量时不小心多写的;符号。删除后就解决了问题。 感谢@mawenzy

5reactions
mawenzycommented, May 16, 2018

I experienced the same issue on Windows 10. For me, the problem seems to have to do with my Path variables. Using a semicolon in one of those crashes the extension host. When I remove the Path variable with the semicolon, everything seems to work fine again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Receiving error message 'Extension host terminated ...
I keep getting this error "Extension host terminated unexpectedly." and I have tried removing all of my extensions, reinstalling the program ...
Read more >
Extension host terminated unexpectedly -- clean install, latest ...
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in...
Read more >
Extension Host - Visual Studio Code
The Visual Studio Code Extension Host is responsible for managing extensions and ensuring the stability and performance of Visual Studio Code.
Read more >
Anyone else repeatedly getting the error "Remote Extension ...
Anyone else repeatedly getting the error "Remote Extension host terminated unexpectedly 3 times within the last 5 minutes" (rendering VS Code ...
Read more >
"Extension host terminated unexpectedly" & can't use html ...
If you are not able to use html shortcuts or you can't get html boilerplate directly by pressing " ! and Tab "...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found