add powershell to the vscode configuration

This commit is contained in:
cswimr 2024-12-21 19:42:51 -05:00
parent baf6a9151f
commit 6bc6fbe27a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -28,6 +28,7 @@ rec {
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
powershell
ruff ruff
ruff-lsp ruff-lsp
]; ];