You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To get started with Blazor, follow the guidance for your choice of tooling:
72
72
73
73
1. With Blazor Server, run the app using the Visual Studio Code debugger.
74
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>.
75
+
With Blazor WebAssembly, start the app using the **.NET Core Launch (Blazor Standalone)** launch configuration and then start the browser using the **.NET Core Debug Blazor Web Assembly in Chrome**launch configuration (requires Chrome). For more information, see <xref:blazor/debug#visual-studio-code>.
76
76
77
77
1. In a browser, navigate to `https://localhost:5001`.
0 commit comments