VS Codium is a very good alternative to the proprietary VS Code.

I use it every day

  • infeeeee@lemm.ee
    link
    fedilink
    arrow-up
    33
    ·
    6 hours ago

    The latter: https://vscodium.com/

    Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.

    The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.