mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Finish installation by opening VSCode
This commit is contained in:
		@@ -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 ) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user