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: nservicebus/vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ While Visual Studio contains specific support for .NET projects, VS Code is a mo
14
14
## Prerequisities
15
15
16
16
* 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.
18
18
19
19
## Configuration files
20
20
@@ -36,8 +36,8 @@ Both of these files can be generated from within VS Code, but the default values
36
36
To create the initial file:
37
37
38
38
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**.
41
41
42
42
The file created by VS Code may work as-is if the project contains only one solution file in the project's root directory.
43
43
@@ -69,7 +69,7 @@ For more information on **tasks.json**, see [Visual Studio Code: Integrate with
69
69
70
70
To create the initial file:
71
71
72
-
1. Run command **Debug: Add Configuration**.
72
+
1. Run the command **Debug: Add Configuration**.
73
73
1. Select **.NET 5+ and .NET Core**.
74
74
75
75
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