-
Notifications
You must be signed in to change notification settings - Fork 0
Extension host terminated unexpectedly #4
Copy link
Copy link
Open
Description
- VSCode Version: Insiders 1.31
- OS Version: macOS Mojave 10.14.2
Steps to Reproduce:
- Reload VSCode with the extension enabled
The issue occurs with all other extensions disabled.
The extension fails with the following message:
Extension host terminated unexpectedly.
There are breaking changes as VSCode Insiders is now using electron.js v3.x and Node.js 10.x.
The issue seems related to electron/electron#14841 and strongloop/fsevents#229.
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3255 Extension Host
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:3255 dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: [obscurred]/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: [obscurred]/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
Expected in: flat namespace
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels