this post was submitted on 10 Oct 2023
54 points (89.7% liked)

Programming

17313 readers
23 users here now

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!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago (1 children)

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...

[–] [email protected] 2 points 1 year ago (1 children)

This is actually built into vsc

[–] [email protected] 2 points 1 year ago

Ah whoops, assumed it was an extension

[–] [email protected] 6 points 1 year ago

But what if something is wrong with it? 🤔

[–] [email protected] 3 points 1 year ago

Used it once at it works well, would certainly recommend for those us with too many extensions.