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
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 15
- Comments: 50 (7 by maintainers)
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).
Crashing for me as well with VSCode 1.31 release
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 againIt 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
Thank youuu . Done
When I disable
Live Server
extension, resolved for me.Caused by
Settings Sync
extension. I was usingReact Native Full Pack
extension and this extension is usingSettings Sync
extension as dependency. So I have switched to another Extension namedReact 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:
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.