diff --git a/aspnetcore/tutorials/web-api-vsc.md b/aspnetcore/tutorials/web-api-vsc.md index 36ee92416a..bef4a1a7da 100644 --- a/aspnetcore/tutorials/web-api-vsc.md +++ b/aspnetcore/tutorials/web-api-vsc.md @@ -27,6 +27,8 @@ There are three versions of this tutorial: [!INCLUDE[prerequisites](~/includes/net-core-prereqs-vscode.md)] +See [Visual Studio Code help](#visual-studio-code-help) for tips on using VS Code. + ## Create the project From a console, run the following commands: @@ -51,7 +53,7 @@ Press **Debug** (F5) to build and run the program. In a browser, navigate to htt ["value1","value2"] ``` -See [Visual Studio Code help](#visual-studio-code-help) for tips on using VS Code. + ## Add support for Entity Framework Core