Reputation: 694
Many of you faced the error while coding in vs code unexpectedly. I had also faced the issue while coding and it seems to be a tall-order task to fix the issue.
Many of you tried even I also tried the following methods
so what's the solution for this problem ?
Upvotes: 12
Views: 15346
Reputation: 11
I tried the Extension Bisect but it did not work. Then proceeded to disable all the extensions but then also the error came. I uninstalled extensions but still the error came up.
I disabled the breakpoints and then the error went surprisingly. Breakpoints are disabled
Upvotes: 1
Reputation: 694
The solution for the problem :
Open your vscode and launch the command palette by ctrl
+ shift
+ p
Start the Extension Bisect
You can see a pop-up window like this
If your vscode works perfectly, select "Good now"
However, if you see the error "Extension host terminated unexpectedly", select the "This is bad" option.
Upvotes: 31