Files
aka.terribledev.io/.vscode/launch.json
2018-10-03 00:47:43 -04:00

12 lines
215 B
JSON

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