16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Wrangler",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 8787,
|
|
"cwd": "/",
|
|
"resolveSourceMapLocations": null,
|
|
"attachExistingChildren": false,
|
|
"autoAttachChildProcesses": false,
|
|
"sourceMaps": true // works with or without this line
|
|
}
|
|
]
|
|
}
|