From 36c7224ff9193a8a2d3c3ba025460b3374e55ae0 Mon Sep 17 00:00:00 2001 From: Prashant Mahajan Date: Wed, 21 Sep 2016 14:32:07 -0400 Subject: [PATCH] Update visual-studio-2015.jade (#2416) * Update visual-studio-2015.jade In Step 7 (Build and Run App), there needs to be instruction to set index.html as start page, so that when Run button or F5 is pressed to run the application, browser shows index.html * Update visual-studio-2015.jade --- public/docs/ts/latest/cookbook/visual-studio-2015.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/docs/ts/latest/cookbook/visual-studio-2015.jade b/public/docs/ts/latest/cookbook/visual-studio-2015.jade index cef858b9e6..04ac13f15b 100644 --- a/public/docs/ts/latest/cookbook/visual-studio-2015.jade +++ b/public/docs/ts/latest/cookbook/visual-studio-2015.jade @@ -130,6 +130,8 @@ h2#edit-config Step 6: Edit the TypeScript configuration file h2#build-and-run Step 7: Build and run the app :marked + To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`. + Click the Run button or press F5 to build and run the application. This launches the default browser and runs the QuickStart sample application.