Skip to content

Instantly share code, notes, and snippets.

@corbob
corbob / chocolateyInstall.ps1
Last active August 26, 2022 20:53
Delay Chocolatey output
write-host Hello World
Start-Sleep -Seconds 30
Write-Warning Warning
Start-Sleep -Seconds 30
Write-Error 'Bad Things'
Start-Sleep -Seconds 30
@corbob
corbob / ChocolateyGui.log
Created August 30, 2022 22:34
Chocolatey GUI Log
2022-08-30 15:27:45.542 -07:00 [Information] chocolatey - https://community.chocolatey.org/api/v2/ | Priority 0|Bypass Proxy - False|Self-Service - False|Admin Only - False.
2022-08-30 15:27:45.555 -07:00 [Information] test - c:\temp | Priority 0|Bypass Proxy - False|Self-Service - False|Admin Only - False.
2022-08-30 15:28:34.635 -07:00 [Information] Installing the following packages:
2022-08-30 15:28:34.636 -07:00 [Information] delayed
2022-08-30 15:28:34.636 -07:00 [Information] By installing, you accept licenses for the packages.
2022-08-30 15:28:34.906 -07:00 [Information] [NuGet] Installing '"delayed 3.3.3"'.
2022-08-30 15:28:35.171 -07:00 [Information] [NuGet] Successfully installed '"delayed 3.3.3"'.
2022-08-30 15:28:35.173 -07:00 [Information]
delayed v3.3.3
2022-08-30 15:28:35.184 -07:00 [Information] delayed package files install completed. Performing other installation steps.
@corbob
corbob / vscode-powershell-alpha-goodness.md
Last active December 24, 2023 09:01
VSCode + PSReadline - How To Start Using the Alpha PowerShell Extension for PSReadline Goodness Now

VSCode + PSReadline - How To Start Using the Alpha PowerShell Extension for PSReadline Goodness Now

Courtesy of @scrthq from slack

Chatting on Twitter with @ctmcisco about this and figured it would be worth posting for everyone here, in case anyone else is curious!

  1. Go to the Branches tab on the vscode-powershell repo in GitHub: https://github.com/PowerShell/vscode-powershell/branches
  2. Find the 2.0.0 branch, then click the green check mark in the center of the page.
  3. Click the blue Details link next to the AppVeyor line. This will take you to the most recent AppVeyor build of that branch.
  4. On the top-right of the page, just above the console output, click the Artifacts tab.