Update install.ps1

This commit is contained in:
pomberz
2022-05-13 09:46:37 -03:00
committed by GitHub
parent ec4a82207d
commit e7aa33e47c
+1
View File
@@ -48,6 +48,7 @@ choco feature enable -n=allowGlobalConfirmation;
,"kubernetes-helm"
,"python"
,"powerbi"
,"snagit"
,"lens") + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };