Finish installation by opening VSCode

This commit is contained in:
John 2022-04-26 02:19:14 -07:00
parent 3d9eac7350
commit 40778b52fc

View File

@ -165,6 +165,8 @@ $args = if ($AllowAdministrator) {" -AllowAdministrator"} else {""}
$args += if ($DryRun) {" -DryRun"} else {""}
PowerShell ("./upgrade-windows.ps1 -Install -NoPrompt" + $args)
# Open VSCode in the repository location
code .
cd $dir
if ( -not $NoPrompt ) {