vscode

vscode 1.124.2

Code editor developed by Microsoft

<rendered-html><p>Code editor developed by Microsoft. 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://code.visualstudio.com/
Unfree
main program: codeprograms: -
Platforms (5)
x86_64-linuxx86_64-darwinarmv7l-linuxaarch64-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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