Add more vscode-extensions

This commit is contained in:
Dave Gallant
2023-02-20 13:58:21 -05:00
parent 6b23154400
commit 8614f93c8b

View File

@@ -422,7 +422,20 @@ in {
vscode = {
enable = true;
extensions = with pkgs.vscode-extensions;
[] ++ lib.optionals stdenv.isLinux [ms-vsliveshare.vsliveshare];
[
bbenoist.nix
github.vscode-pull-request-github
golang.go
golang.redhat.vscode-yaml
hashicorp.terraform
ms-dotnettools.csharp
ms-kubernetes-tools.vscode-kubernetes-tools
ms-pyright.pyright
ms-python.python
]
++ lib.optionals stdenv.isLinux [
ms-vsliveshare.vsliveshare
];
};
};