mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Finish installation by opening VSCode
This commit is contained in:
parent
3d9eac7350
commit
40778b52fc
@ -165,6 +165,8 @@ $args = if ($AllowAdministrator) {" -AllowAdministrator"} else {""}
|
|||||||
$args += if ($DryRun) {" -DryRun"} else {""}
|
$args += if ($DryRun) {" -DryRun"} else {""}
|
||||||
PowerShell ("./upgrade-windows.ps1 -Install -NoPrompt" + $args)
|
PowerShell ("./upgrade-windows.ps1 -Install -NoPrompt" + $args)
|
||||||
|
|
||||||
|
# Open VSCode in the repository location
|
||||||
|
code .
|
||||||
|
|
||||||
cd $dir
|
cd $dir
|
||||||
if ( -not $NoPrompt ) {
|
if ( -not $NoPrompt ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user