12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "manager-service (debug)",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/ManagerService/ManagerService.csproj"
|
|
}
|
|
]
|
|
}
|