...

/

Working with Multiple Projects in Visual Studio Code

Working with Multiple Projects in Visual Studio Code

Learn how to add a second project in Visual Studio Code, create a console app, and execute it using the dotnet CLI.

In this lesson, we will walk through the process of adding a second project to our solution and gaining insights into managing and executing projects concurrently.

Adding the second project using Visual Studio Code

The steps to add a second project to our workspace are:

Step 1: In Visual Studio Code, navigate to the “File | Add Folder to Workspace…” option.

Step 2: In the Chapter01-vscode folder, use the “New Folder” button to create a new folder ...