Extension bisect : A vscode tool to find bad/buggy extensions faster.

redw0rm@kerala.party to Programming@programming.dev – 57 points –
Visual Studio Code extension bisect utility
code.visualstudio.com

What it does is that when you encounter an issue with your extensions, it disables half of them, and asks you whether that fixed your issue or not. If it did, it repeats the process, disabling only half of that half, and asks you again - and so on and so forth until you home in on one troublesome extension.

5

You are viewing a single comment

Good ol binary search.

Gotta say though VS Code sure seems more convient than a proper IDE, you even have extentions to do a binary search for you when one of your thousand of extentions to make it have the same functionality is causing a problem...