Files
phobiaslack/.vscode/launch.json
tparnell d67ab7a6f8 stop
2019-07-19 16:55:39 -04:00

11 lines
254 B
JSON

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