Jump to content

VSCodium: Difference between revisions

152 bytes added ,  7 January 2020
add install section
imported>Raboof
(document how to use vscode-with-extensions with vscodium)
 
imported>Trusktr
(add install section)
Line 1: Line 1:
VSCodium is a build of [[Vscode]] without the proprietary bits that are included in the official [[Vscode]] distribution. See https://github.com/VSCodium/vscodium#readme for more background.
VSCodium is a build of [[Vscode]] without the proprietary bits that are included in the official [[Vscode]] distribution. See https://github.com/VSCodium/vscodium#readme for more background.
== Install ==
Install the `vscodium` package.
<syntaxhighlight lang="nix>
  environment.systemPackages = with pkgs; [ vscodium ];
</syntaxhighlight>


== Managing extensions ==
== Managing extensions ==
Anonymous user