{ "version": "0.2.0", "configurations": [ { "name": "Worker", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/SanctionsSearch.Worker/bin/Debug/net8.0/SanctionsSearch.Worker.dll", "args": [], "cwd": "${workspaceFolder}/src/SanctionsSearch.Worker", "console": "internalConsole", "stopAtEntry": false }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }