diff --git a/install.ps1 b/install.ps1 index 10afd1c..9f7c6f7 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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="$_" };