

There are so many new capabilities and fixes that we just can’t list them here, but we have in our release notes and documentation. NET language service as well as new features, like Web Live Preview and cross-platform testing on Linux. Some of the others include improvements in the debugger and. And there are hundreds of other things under the hood that will help you. What’s more, you won’t need to redeploy and launch your application. NET and C++ gives you the opportunity to update your code and see changes immediately. Once you’ve made those changes and have your app running, Hot Reload for. IntelliCode can also spot repeated edits and suggest fixes throughout your codebase where there are similar patterns. What this means is IntelliCode can now complete whole lines of code for you, allowing you to write dependable code in just two taps of the tab key. It’s an AI-assisted code companion that enables you to type less and code more. VSCodium exists to make it easier to get the latest version of MIT-licensed VS Code.In this release, we focused on super-charging the edit and debug cycle. If you want to build from source yourself, head over to Microsoft’s vscode repo and follow their instructions. These binaries are licensed under the MIT license. 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. The VSCodium project exists so that you don’t have to download+build from source. Therefore, you generate a “clean” build, without the Microsoft customizations, which is by default licensed under the MIT license When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. 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 we build Visual Studio Code, we do exactly this. According to this comment from a Visual Studio Code maintainer: 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.
