VS Code Extension Bisect⚓︎
A powerful tool to identify which extension is causing issues in your VS Code setup.
Found an interesting VS Code feature: Extension Bisect. It helps you find out which extension is causing problems in your VS Code environment using binary search. This is especially useful when you have many extensions installed and are experiencing performance issues, crashes, or other unexpected behavior.
Figure: VS Code's Extension Bisect disables half of the installed extensions at a time to narrow down which one is causing the issue.
The idea refers to the concept of git bisect, which is a tool used in version control to find the specific commit that introduced a bug.