diff --git a/install.ps1 b/install.ps1 index 1bc967d..25039ac 100644 --- a/install.ps1 +++ b/install.ps1 @@ -42,7 +42,8 @@ choco feature enable -n=allowGlobalConfirmation; ,"microsoft-teams" ,"terraform" ,"kubernetes-cli" -,"kubernetes-helm") + ($pins = @("vscode")) | % { choco install $_ }; +,"kubernetes-helm" +,"lens") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };