VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code, minus the telemetry stuff

vscodium

Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under a 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.

They have a page too on how to migrate your settings, extensions, etc across.

See https://vscodium.com/

#technology #opensource #alternativeto #vscode #vscodium