This Gist shows the Run and Debug configuration on Visual Studio Code for the .NET Core project.
/root/workspace/dotnet/<solution_project_name>/
│
├── .vscode/
│ ├── launch.json
│ └── tasks.json
│
├── src/
│ └── <project_name>/
│ ├── bin/
│ │ └── Debug/
│ │ └── net9.0/
│ │ └── <project_name>.dll
│ ├── <project_name>.csproj
│ └── (other project files)
│
└── <solution_project_name>.sln