microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
158.92k stars 27.79k forks source link

Extension Bisect is active and has disabled 4 extensions. Check if you can still reproduce the problem and proceed by selecting from these options. #212040

Closed ismailfaridi closed 1 week ago

ismailfaridi commented 1 week ago

Does this issue occur when all extensions are disabled?: Yes

I am facing this error while opening VSCode and when compiling the C++ program. I disabled all extensions and also reinstalled VSCode, but the same error occurs. image image

sandy081 commented 1 week ago

What happens when you choose Stop Bisect action?

ismailfaridi commented 1 week ago

Initially, when I open VSCode, this error occurs: "Extension host terminated unexpectedly 3 times within the last 5 minutes."

When I click on "Start Extension Bisect," all extensions in my VSCode are removed, and I am only able to compile programs using the terminal. However, even without clicking on 'Start Extension Bisect,' I am still able to compile programs using the terminal.

When I click the "Stop Bisect" button, I return to my normal VSCode where all extensions are available, and the same error is displayed in the corner, i.e., "Extension host terminated unexpectedly 3 times within the last 5 minutes." steps

ismailfaridi commented 1 week ago

Oh, my VSCode is now working! I removed all extensions, signed out of my Microsoft ID, reinstalled the extensions, and it's working perfectly. Thank you for your time!