Skip to content

Commit 33a2031

Browse files
authored
Merge pull request #7636 from microsoft/csharp-keybinding
Fix command ID for Run without Debugging
2 parents 1f3db84 + 780ac57 commit 33a2031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In the walkthrough, select **Set up your environment** and select **Install .NET
5050
To get started, go to the **Explorer** view and select **Create .NET Project**. Alternatively, you can bring up the Command Palette using `kb(workbench.action.showCommands)` and then type ".NET" and find and select the **.NET: New Project** command.
5151

5252
1. After selecting the command, you'll need to choose the project template. Choose **Console app**.
53-
1. To run your app, select **Run > Run without Debugging** in the upper menu, or use the `kb(workbench.action.run.start)` keyboard shortcut. To learn more about debugging your C# project, read the [debugging documentation](/docs/csharp/debugging.md).
53+
1. To run your app, select **Run > Run without Debugging** in the upper menu, or use the `kb(workbench.action.debug.run)` keyboard shortcut. To learn more about debugging your C# project, read the [debugging documentation](/docs/csharp/debugging.md).
5454

5555
![Use the Command Palette to create a new .NET project](images/get-started/open-new-project.gif)
5656

0 commit comments

Comments
 (0)