this post was submitted on 02 Aug 2023
2127 points (98.2% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
... because official vscode binaries are proprietary, released under EULA and include tracking components
official vscode(oss) binaries still have tracking, they're not properly configured and come without any marketplace. (arch ships a config file with openvsix though)
vscodium comes without tracking and pre-configured with openvsix marketplace, and also provides it's own branding.
@vox really!! I thought that vscode open source
yes, but vscode's source code is still released under an open-source license. (that's what vscodium and code-oss are built from)
There's the base vs code source code, which microsoft takes, adds a bunch of tracking, compiles it, and distributes that binary. If you compiled vs code yourself from source, you would not get the same executable.
A bit like chrome, because i'm pretty sure chrome isn't open source, chromium is. Could be wrong on that.