12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to Node Functions",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"preLaunchTask": "func: host start"
|
|
}
|
|
]
|
|
} |