Add manual debug/build assets guidance for VSC (#30365)

pull/30373/head
Luke Latham 2023-09-14 16:25:55 -04:00 committed by GitHub
parent a6490be13a
commit 898490f57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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).