Extension host terminated unexpectedly in vs code insiders 1.31.0
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->
Current behavior
After launching vscode-insider and a moment later, I get Extension host terminated unexpectedly.
I disabled all extensions with no issue. I reenabled all extensions and located developer tool and saw below error:
Developer Tool shows this error:
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE Referenced from: /Users/xxx/.vscode-insiders/extensions/ritwickdey.liveserver-5.3.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node Expected in: flat namespace
Expected behavior
VS Code operates normally
Environment
Browser:
no applicable browser
For Tooling issues:
- Live Server: 5.3.1
- Platform: 10.14.3 Beta (18D21c)
- Visual Studio Code: Version 1.31.0-insider (1.31.0-insider)
Others
Issue Analytics
- State:
- Created 5 years ago
- Reactions:15
- Comments:50 (7 by maintainers)
Top Results From Across the Web
Extension host terminated unexpectedly in vs code insiders ...
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 >Error : Extension host terminated unexpectedly in VS Code
The solution for the problem : Open your vscode and launch the command palette by ctrl + shift + p enter image description...
Read more >Tweets with replies by Kai Maetzel (@kaimaetzel) / Twitter
Issue Type: Bug Updated and every extension stopped working Notification when vscode is open: Extension host terminated unexpectedly. VS Code version: Code 1.31...
Read more >Extension Host Terminated Unexpectedly (Vscode - Reactjs)
Receiving error message 'Extension host terminated unexpectedly.' in Visual Studio Code. Solution: I had the same error after updating vsc to v. 1.31.0....
Read more >Extension Host - Visual Studio Code
When using VS Code, the extension will run in VS Code's local extension host if it exists locally and means the user does...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
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
I disable all the Extensions , then enable them one by one and find that
Settings Sync
extension caused the error :Extension host terminated unexpectedly.
. Finally I disableSettings Sync
solve the problem. But I really want to useSettings Sync
. Feeling bad.My VSCode version : 1.33.0.
Still failing on 1.31.0-insider (1.31.0-insider).