Files
azfx-calendars-functions-do…/.vscode/launch.json
Noah Spannbauer 7580f84420 Initial commit
2020-11-24 10:52:19 -06:00

11 lines
254 B
JSON

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