mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add more vscode-extensions
This commit is contained in:
@@ -422,7 +422,20 @@ in {
|
|||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs.vscode-extensions;
|
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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user