# On first run, open the pico-examples repo. Open a blank VS Code instance otherwise.
$openArgs = "--disable-workspace-trust --new-window `"$envICO_EXAMPLES_PATH`""
$regPath = "HKCU:\$envICO_REG_KEY"
if (-not (Test-Path $regPath)) {
New-Item -Path $regPath -Force
}