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 in vs code insiders 1.31.0

See original GitHub issue

I’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

https://github.com/Microsoft/vscode/issues/64981

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:15
  • Comments:50 (7 by maintainers)

github_iconTop GitHub Comments

13reactions
GuoZhiQiangcommented, Apr 8, 2019

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 disable Settings Sync solve the problem. But I really want to use Settings Sync. Feeling bad.

My VSCode version : 1.33.0.

8reactions
Ceuscommented, Jan 8, 2019

Still failing on 1.31.0-insider (1.31.0-insider).

extension host

Extension Host                   /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3273

dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /Users/jfelps/.vscode-insiders/extensions/ritwickdey.liveserver-5.3.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /Users/jfelps/.vscode-insiders/extensions/ritwickdey.liveserver-5.3.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
  Expected in: flat namespace
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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