You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tutorials/with-visual-studio-code.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Create a .NET console app project named "HelloWorld".
56
56
57
57
## Run the app
58
58
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**.
60
60
61
61
The program displays "Hello, World!" and ends.
62
62
@@ -81,7 +81,7 @@ Enhance the application to prompt the user for their name and display it along w
81
81
> [!IMPORTANT]
82
82
> 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.
83
83
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.
85
85
86
86
1. Respond to the prompt by entering a name and pressing the <kbd>Enter</kbd> key.
87
87
@@ -154,7 +154,7 @@ Create a .NET console app project named "HelloWorld".
154
154
155
155
## Run the app
156
156
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).
0 commit comments