Skip to content

Commit c9fd0e8

Browse files
committed
Fixing Run the app section.
1 parent efae439 commit c9fd0e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a .NET console app project named "HelloWorld".
5656

5757
## Run the app
5858

59-
To run your app, select Run > Run without Debugging in the upper menu, or use the unassigned keyboard shortcut. To learn more about debugging your C# project, read the [debugging documentation](https://code.visualstudio.com/docs/csharp/debugging).
59+
To run your app, select Run > Run without Debugging in the upper menu, or use the keyboard shortcut (Ctrl+F5). If asked to select a debugger, select **C#**, then select **C#: Launch startup project HelloWorld**.
6060

6161
The program displays "Hello, World!" and ends.
6262

@@ -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. If asked to select a debugger, select **C#**, then select **C#: Launch startup project HelloWorld**.
84+
1. Select Run>Run without debugging.
8585

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

@@ -154,7 +154,7 @@ Create a .NET console app project named "HelloWorld".
154154

155155
## Run the app
156156

157-
To run your app, select Run > Run without Debugging in the upper menu, or use the unassigned keyboard shortcut. To learn more about debugging your C# project, read the [debugging documentation](https://code.visualstudio.com/docs/csharp/debugging).
157+
To run your app, select Run > Run without Debugging in the upper menu, or use the keyboard shortcut (Ctrl+F5). To learn more about debugging your C# project, read the [debugging documentation](https://code.visualstudio.com/docs/csharp/debugging).
158158

159159
The program displays "Hello, World!" and ends.
160160

0 commit comments

Comments
 (0)