The VSCodium project develops a completely open version of the Visual Studio Code editor

The project VS Codium code editor assembly develops Visual Studio Code (VSCode), containing only free components, stripped of Microsoft branding and stripped of telemetry collection code. VSCodium builds are prepared for Windows, macOS, and Linux, and come with built-in support for Git, JavaScript, TypeScript, and Node.js. In terms of functionality, VSCodium repeats Visual Studio Code and provides compatibility at the plugin level (through plugins, for example, support for C ++, C #, Java, Python, PHP and Go is available).

Visual Studio Code is being developed by Microsoft as an open source project. available under the MIT license, but the officially provided binary builds are not identical to the source code, as they include components for tracking actions in the editor and sending telemetry. The collection of telemetry is explained by the optimization of the interface, taking into account the real behavior of developers. In addition, binary assemblies are distributed under a separate non-free license. The VSCodium project provides ready-to-install packages under the MIT license that save you time building Visual Studio Code from source.

The VSCodium project develops a completely open version of the Visual Studio Code editor

Recall that the Visual Studio Code editor is built using the developments of the project Atom and platforms Electron, based on the Chromium and Node.js codebase. The editor provides a built-in debugger, tools for working with Git, refactoring tools, code navigation, type completion, and context help. More than 100 programming languages ​​and technologies are supported. To extend the functionality of Visual Studio Code, you can install additions.

Source: opennet.ru

Add a comment