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