vscode: add example for extensions option

This commit is contained in:
Robert Helgesson 2019-05-31 21:37:28 +02:00
parent d5bf68d77d
commit e1535d2bd8
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -31,6 +31,7 @@ in
extensions = mkOption { extensions = mkOption {
type = types.listOf types.package; type = types.listOf types.package;
default = []; default = [];
example = literalExample "[ pkgs.vscode-extensions.bbenoist.Nix ]";
description = '' description = ''
The extensions Visual Studio Code should be started with. The extensions Visual Studio Code should be started with.
These will override but not delete manually installed ones. These will override but not delete manually installed ones.