Skip to content

Commit 919614f

Browse files
afprtclrramonsmitslailabougria
authored
Apply suggestions from code review
Co-authored-by: Ramon Smits <[email protected]> Co-authored-by: Laila Bougria <[email protected]>
1 parent b6d775f commit 919614f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nservicebus/vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ While Visual Studio contains specific support for .NET projects, VS Code is a mo
1414
## Prerequisities
1515

1616
* This article assumes knowledge of NServiceBus solutions.
17-
* VS Code must have the [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) extension installed.
17+
* VS Code must have the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) installed.
1818

1919
## Configuration files
2020

@@ -36,8 +36,8 @@ Both of these files can be generated from within VS Code, but the default values
3636
To create the initial file:
3737

3838
1. After opening a folder with the project in Visual Studio Code, you may receive a notification saying `Required assets to build and debug are missing. Add them?`. If you decide to add them, then Visual Studio Code will create predefined configurations like `.NET Core Launch`.
39-
1. Alternatively, you can click a button "Generate C# Assets for Build and Debug` in the `Run and Debug` pane.
40-
1. Alternatively, you can run command **Tasks: Configure Task**, then **Create tasks.json from template**, and then select **.NET Core**.
39+
1. Alternatively, you can click the button `Generate C# Assets for Build and Debug` in the `Run and Debug` pane.
40+
1. Alternatively, you can run the command **Tasks: Configure Task**, then **Create tasks.json from template**, and then select **.NET Core**.
4141

4242
The file created by VS Code may work as-is if the project contains only one solution file in the project's root directory.
4343

@@ -69,7 +69,7 @@ For more information on **tasks.json**, see [Visual Studio Code: Integrate with
6969

7070
To create the initial file:
7171

72-
1. Run command **Debug: Add Configuration**.
72+
1. Run the command **Debug: Add Configuration**.
7373
1. Select **.NET 5+ and .NET Core**.
7474

7575
The high-level structure of the **launch.json** file contains a collection of individual project objects in `configurations` and an optional [`compounds` collection](#launch-json-compounds) that lists multiple configurations that should be launched at the same time.

0 commit comments

Comments
 (0)