Down that hole

  • voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    1 year ago

    … 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 an config file with openvsix though)

    vscodium comes without tracking and pre-configured with openvsix marketplace, and also provides it’s own branding.

      • voxel@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        yes, but vscode’s source code is still released under an open-source license. (that’s what vscodium and code-oss are built from)

      • Milady@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        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.