Skip to content

Commit efae439

Browse files
committed
Enhancing the run instructions.
1 parent 135657a commit efae439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tutorials/with-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This tutorial shows how to create and run a .NET console application by using Vi
1212

1313
## Prerequisites
1414

15-
* [Visual Studio Code](https://code.visualstudio.com/) with [C# Dev Kit extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) installed.
15+
* [Visual Studio Code](https://code.visualstudio.com/) with [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) installed.
1616

1717
For information about how to install extensions on Visual Studio Code, see [VS Code Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-gallery).
1818

@@ -81,7 +81,7 @@ Enhance the application to prompt the user for their name and display it along w
8181
> [!IMPORTANT]
8282
> In Visual Studio Code, you have to explicitly save changes. Unlike Visual Studio, file changes are not automatically saved when you build and run an app.
8383
84-
1. Select Run>Run without debugging.
84+
1. Select Run>Run without debugging. If asked to select a debugger, select **C#**, then select **C#: Launch startup project HelloWorld**.
8585

8686
1. Respond to the prompt by entering a name and pressing the <kbd>Enter</kbd> key.
8787

0 commit comments

Comments
 (0)