aspnet-api-versioning/.vscode/launch.json

11 строки
231 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
}
]
}