this post was submitted on 04 Jun 2025
712 points (93.5% liked)
Programmer Humor
23829 readers
2129 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Being plugin based avoids bloat (doesn’t matter for code-oss because it’s electron)
It also plays into their goal to make VS Code seem open source while being the opposite! A lot of the functionality is in the marketplace but non Microsoft products aren't legally allowed to use it and you're not allowed to distribute builds of the plugins.
Use VS Codium instead.
You are allowed wtf. If the plugin author didn't distribute it elsewhere, it's on them. MS doesn't forbid them from uploading the extension build elsewhere, they just wanted their marketplace not getting requests from not-their-client which is a fair point for a for profit company.
No. If you're using something other than Visual Studio Code you have to manually download plugins and the MS specific ones use licenses like this.
https://marketplace.visualstudio.com/items/ms-vscode.cpptools/license
Look at the usages of "In-Scope Products and Services" in Visual Studio Marketplace's Terms of Service. https://cdn.vsassets.io/v/M253_20250303.9/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf
Then specify MS plugins. If you only said plugins on MS marketplace, you are blaming MS for things they didn't do
My use of "their" may have been too ambiguous. I thought it was clear from the context that I was talking about Microsoft's program, marketplace, and plugins specifically. When you use VS Code with things like C it's like "hey, download this extension!" So from your perspective that's a thing VS Code can do, because it's so seamless and easy to add in. But what you don't realize is that you're downloading a proprietary, closed source extension. When you use VS Codium you can't (easily) get those extensions (without breaking Microsoft's terms of service). It's the same shit that Oracle pulls with their JDK distribution and a big part of why OpenJDK usage is much more common post 2019ish.
Well, IntelliJ is also plugin based, it's just that most of the plugins are bundled and enabled by default and maintained by the same set of people as the core IDE, so there's consistent quality.