Hello! My name is Thomas and I'm a nerd. I like tech and gadgets and speculative fiction, and playing around with programming. It's not my day job, but I'm working on making it a side gig :)
VSCode is pretty intelligent about only loading what you need. E.g. when writing JavaScript it won't load Python extensions. Assuming the extension registers itself properly as being language specific and not as being a general extension.
Though at 100+ extensions I imagine startup is sluggish due to update checks etc.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
VSCode is pretty intelligent about only loading what you need. E.g. when writing JavaScript it won't load Python extensions. Assuming the extension registers itself properly as being language specific and not as being a general extension.
Though at 100+ extensions I imagine startup is sluggish due to update checks etc.