Skip to content
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 unexpectedly. #113415

Closed
vaibhav881 opened this issue Dec 25, 2020 · 4 comments
Closed

Extension host terminated unexpectedly. #113415

vaibhav881 opened this issue Dec 25, 2020 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@vaibhav881
Copy link

Issue Type: Bug

Extension host terminated unexpectedly.

VS Code version: Code 1.52.1 (ea3859d, 2020-12-16T16:34:46.910Z)
OS version: Windows_NT x64 10.0.18362

System Info
Item Value
CPUs Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz (4 x 1992)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.92GB (3.73GB free)
Process Argv --crash-reporter-id 7db44b13-8d52-4141-abb5-282f2e63e732
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
vscode-eslint dba 2.1.14
theme-monokai-pro-vscode mon 1.1.18
anaconda-extension-pack ms- 1.0.1
python ms- 2020.12.424452561
jupyter ms- 2020.12.414227025
vscode-yaml red 0.13.0
LiveServer rit 5.6.1
@vscodebot
Copy link

vscodebot bot commented Dec 25, 2020

@alexdima
Copy link
Member

alexdima commented Jan 5, 2021

NOTE: Be sure you are using a version of VS Code >= 1.52
It looks like the issue is caused by one of your installed extensions. All extensions execute together on a single nodejs process, so in order to narrow down the possible problematic extension, please try the following:

  • run F1 > Help: Start Extension Bisect
  • (this will restart VS Code with half of your extensions disabled)
  • try to do the steps which reproduce the problem
  • if the problem reproduces, click "This is bad" (this narrows down the problematic extension to the half which was enabled)
  • if the problem does not reproduce, click "Good now" (this narrows down the problematic extension to the half which was disabled)
  • these steps will repeat until the problematic extension is found
initial step final
image image image

@alexdima alexdima added the info-needed Issue requires more information from poster label Jan 5, 2021
@Foadsf
Copy link

Foadsf commented Feb 26, 2021

@alexdima in my case F1 > Help: Start Extension Bisect doesn't do anything!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@alexdima @Foadsf @vaibhav881 and others