manager-service/.vscode/launch.json
2026-07-08 17:00:43 +02:00

12 lines
235 B
JSON

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