diff --git a/install.ps1 b/install.ps1 index f366577..2866bb2 100644 --- a/install.ps1 +++ b/install.ps1 @@ -46,6 +46,7 @@ choco feature enable -n=allowGlobalConfirmation; ,"terraform" ,"kubernetes-cli" ,"kubernetes-helm" +,"python" ,"lens") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };