What is VSCodium ? Better than VS code ?
Karthik Baleneni
Posted on March 20, 2024
VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
How Different is this from Visual Studio code ?
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
Go through GitHub comment made by Visual Studio code maintainer
https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005
When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license.
When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. Therefore, you generate a “clean” build, without the Microsoft customizations, which is by default licensed under the MIT licenseThe 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
How do we download VScodium ?
https://github.com/VSCodium/vscodium/releases
Give it a try and Let me know in comments , will post top 10 extensions we can use for VSCodium.
Posted on March 20, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.