From 268cadff9e40af4b1940eb35bd25220b2247c3aa Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 11 Nov 2019 12:24:45 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index ec76301e..e5f75150 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -21,7 +21,7 @@ session. #### PowerShell Script -Copy and paste on a PowerShell prompt with elavated privileges: +Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server. ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))