Yogesh Nikam
Yogesh Nikam

Reputation: 523

Extension host terminated unexpectedly issue with VS code

Can someone please help to get rid of this issue?

https://AlfaLavalIoT@dev.azure.com/AlfaLavalIoT/ALIoT/_git/automated-performance-report

Upvotes: 2

Views: 3325

Answers (1)

Bill Wesse
Bill Wesse

Reputation: 46

Please see this excellent post by 'aravind ks' for a fix!

stackoverflow.com/questions/70052961

The solution (redacted, edited):

[Fixed]: Extension host terminated unexpectedly

Extension Bisect (EB) uses a binary search algorithm to help find the issue root cause extension (or extensions).

Open vs code and launch the command palette with Ctrl + Shift + p; then enter 'Extension Bisect'. You should see a pop-up window like this:

Extension Bisect progress dialog

Waiting a bit longer than normal for the problem to appear helps.

If an [ Extension host terminated unexpectedly ] error dialog is raised, select the 'This is bad' option. Otherwise, select 'Good now'.

I don't know if the 'Stop Bisect' selection triggers a memoize/store - leaving disabled extensions unmarked? in the preexisting auto alpha-sort mix.

Upvotes: 2

Related Questions