mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-18 22:44:42 -05:00
* ingest WIP function * ingest WIP * analyze WIP * WIP * ingester WIP * ingester WIP * ingester WIP * fix github download * working ingester
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to .NET Functions",
|
|
"type": "coreclr",
|
|
"request": "attach",
|
|
"processId": "${command:azureFunctions.pickProcess}"
|
|
},
|
|
{
|
|
"name": "Attach to Node Functions",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"preLaunchTask": "func: host start"
|
|
}
|
|
]
|
|
} |