vscode: Extension host terminated unexpectedly.
Issue Type: Bug
I do not know what exatly I did wrong but vs code has been buggy of late. I updated it to a newer version (Version: 1.46.0) recently.None of my extensions work because of Extension host terminated unexpectedly
error I keep getting on start up. I googled the error and the only solution was to delete the extentions causing it. I have deleted all the extensions i have and the problem still persists.
when i ‘Open Developer Tools’, this is what i see from the console:
dyld: Symbol not found: __ZN20wireless_diagnostics6google8protobuf2io16CodedInputStream24default_recursion_limit_E
Referenced from: /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
Expected in: /usr/local/mysql/lib//libprotobuf-lite.dylib in /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
from /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4515
Please help me solve this. Thank you.
VS Code version: Code 1.46.0 (a5d1cc28bb5da32ec67e86cc50f84c67cc690321, 2020-06-10T08:59:06.977Z) OS version: Darwin x64 19.5.0
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i7-8750H CPU @ 2.20GHz (12 x 2200) |
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled metal: disabled_off multiple_raster_threads: enabled_on oop_rasterization: disabled_off protected_video_decode: unavailable_off rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled viz_display_compositor: enabled_on viz_hit_test_surface_layer: disabled_off_ok webgl: enabled webgl2: enabled |
Load (avg) | 2, 2, 1 |
Memory (System) | 16.00GB (0.45GB free) |
Process Argv | |
Screen Reader | no |
VM | 0% |
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (7 by maintainers)
This is most likely https://github.com/Homebrew/homebrew-core/issues/45342 because of mysql shipping protobuf library.
Thanks @alexdima for narrowing down the cause. Just to re-iterate this is a package specific issue and not related to vscode.