Files
azure-functions-talk/.vscode/launch.json
Tommy Parnell db53f2f75e stop
2018-11-19 23:55:04 -05:00

12 lines
215 B
JSON

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