-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Host terminated unexpectedlly #91
Comments
it looks like node crashed when running vitest. possibly related: nodejs/node#6899 (comment), nodejs/node#43304 (comment) also can happen when there's a test file which does not have any tests - I had node crashed after this vitest error
seems like it's node or vitest issue, not caused by this extension directly - could you try to see if the crash happens when you run tests from command line, not in vs code ? |
Is this still happening? |
Yes, I was facing this issue with Vitest 0.25.8 and node v18.0.0 in NX. I managed to fix this issue by cleaning the npm cache and downgrading to node version 16, npm cache clean --force |
New version of extension has been released on https://marketplace.visualstudio.com/items?itemName=vitest.explorer. Please try it out, and if the issue still persists, feel free to open a new one. |
Type: Bug
using Extension Bisect to detect
Extension version: 0.2.29
VS Code version: Code 1.71.2 (74b1f979648cc44d385a2286793c226e611f59e7, 2022-09-14T21:03:37.738Z)
OS version: Windows_NT x64 10.0.22622
Modes:
Sandboxed: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: