vscode-live-server: Extension host terminated unexpectedly in vs code insiders 1.31.0

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

About this issue

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

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

My VSCode version : 1.33.0.

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

Crashing for me as well with VSCode 1.31 release

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.

all fixs with disable setting sync

deleting all extension of VSCode help me to solve the issue. cd ~/.vscode/extensions and then delete all and now reinstall your required extensions again

It worked for v 1.32.0-insider

The latest 5.4.0 version now works fine, on macOS and VS Code 1.32.0 👍

The simplest solution is to disable all extensions and enable them all again 😃 Also did the same with Live Server - reenabling solved the issue, I can still use it

deleting all extension of VSCode help me to solve the issue. cd ~/.vscode/extensions and then delete all and now reinstall your required extensions again

Thank youuu . Done

When I disable Live Server extension, resolved for me.

Caused by Settings Sync extension. I was using React Native Full Pack extension and this extension is using Settings Sync extension as dependency. So I have switched to another Extension named React Native Tools and now Solved the issue.

I tried disabling, didn’t work. I then tried deleting all extensions and restarted…naturally it worked. Then installing just Live Server causes the Extension host failure with the following message:

Screen Shot 2019-04-17 at 5 01 30 AM

This is resolved for me.

Version 1.32.0-insider (1.32.0-insider) Live Server v5.5.1

Please install v5.4.0 from marketplace. Let us know if it doesn’t work. (and also don’t forget to update vscode-insider 😄)

Live server uninstalling let me get rid of that strange issue. Try to uninstall it! Good Luck!

Nevermind, working when I manually installled 1.5.4 from VSIX file.