Skip to content

Commit 8c8a134

Browse files
committed
Another fix to run section
1 parent c9fd0e8 commit 8c8a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 keyboard shortcut (Ctrl+F5). If asked to select a debugger, select **C#**, then select **C#: Launch startup project HelloWorld**.
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

0 commit comments

Comments
 (0)