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.
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
But what if something is wrong with it? 🤔
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…
This is actually built into vsc
Ah whoops, assumed it was an extension
Used it once at it works well, would certainly recommend for those us with too many extensions.