AspNetCore.Docs/aspnetcore/includes/vscode-trust-authors-add-as...

7 lines
753 B
Markdown
Raw Normal View History

Visual Studio Code might display a dialog box that asks: **Do you trust the authors of the files in this folder?**
* If you trust all files in the parent folder, select **Trust the authors of all files in the parent folder**.
* Select **Yes, I trust the authors** since the project folder has files generated by .NET.
* When Visual Studio Code requests that you add assets to build and debug the project, select **Yes**. If Visual Studio Code doesn't offer to add build and debug assets, 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.
Visual Studio Code adds a `.vscode` folder with generated `launch.json` and `tasks.json` files.