Skip to content

Commit ec92a27

Browse files
authored
Update Blazor Get Started VSC guidance (#17703)
1 parent 01ad22f commit ec92a27

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

aspnetcore/blazor/get-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Get started with Blazor by building a Blazor app with the tooling o
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 03/26/2020
8+
ms.date: 04/09/2020
99
no-loc: [Blazor, SignalR]
1010
uid: blazor/get-started
1111
---
@@ -70,7 +70,9 @@ To get started with Blazor, follow the guidance for your choice of tooling:
7070

7171
1. The IDE requests that you add assets to build and debug the project. Select **Yes**.
7272

73-
1. Run the app using the Visual Studio Code debugger.
73+
1. With Blazor Server, run the app using the Visual Studio Code debugger.
74+
75+
With Blazor WebAssembly, start the app and then start the browser using the correct launch configuration. For more information, see <xref:blazor/debug#visual-studio-code>.
7476

7577
1. In a browser, navigate to `https://localhost:5001`.
7678

0 commit comments

Comments
 (0)