vscodium

vscodium 1.126.04524

Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing)

<rendered-html><p>Open source source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. It is also customizable, so users can change the editor’s theme, keyboard shortcuts, and preferences</p> </rendered-html>

https://github.com/VSCodium/vscodium
MIT License
main program: codiumprograms: codium
Platforms (4)
loongarch64-linuxx86_64-linuxaarch64-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  vscodium
];
Ad-hoc shell
nix-shell -p vscodium
Flake (nix run)
nix run nixpkgs#vscodium