From 7e8dda980a517cb0f407020d44550276d9f606f4 Mon Sep 17 00:00:00 2001 From: pomberz <59797383+pomberz@users.noreply.github.com> Date: Fri, 13 May 2022 09:28:29 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 1 + 1 file changed, 1 insertion(+) 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="$_" };