Extension host terminated unexpectedly
See original GitHub issueEnvironment 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
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
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:124 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
我也解决了,解决方法是: 删除了path变量中自己添加JAVA环境变量时不小心多写的;符号。删除后就解决了问题。 感谢@mawenzy
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.