From 898490f57afc94adbe6a8919bbc63fd875f8247d Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:25:55 -0400 Subject: [PATCH] Add manual debug/build assets guidance for VSC (#30365) --- aspnetcore/blazor/tooling.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/blazor/tooling.md b/aspnetcore/blazor/tooling.md index 5f41f4e1c4..3a0b0d0b94 100644 --- a/aspnetcore/blazor/tooling.md +++ b/aspnetcore/blazor/tooling.md @@ -238,7 +238,9 @@ Create a new project: Open the `BlazorApp` folder in Visual Studio Code. -The IDE requests that you add assets to build and debug the project. Select **Yes**. +When Visual Studio Code requests that you add assets to build and debug the project, select **Yes**. + +If Visual Studio Code doesn't automatically offer to add build and debug assets (the `.vscode` folder with `launch.json` and `tasks.json` files), select **View** > **Command Palette** and type "`.NET`" into the search box. From the list of commands, select the "`.NET: Generate Assets for Build and Debug`" command. > [!NOTE] > For more information on Visual Studio Code configuration and use, see the [Visual Studio Code documentation](https://code.visualstudio.com/docs).