46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Iniciar",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/app.js",
|
|
"stopOnEntry": false,
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}",
|
|
"preLaunchTask": null,
|
|
"runtimeExecutable": null,
|
|
"runtimeArgs": [
|
|
"--nolazy"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"console": "internalConsole",
|
|
"sourceMaps": false,
|
|
"outFiles": []
|
|
},
|
|
{
|
|
"name": "Asociar",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 5858,
|
|
"address": "localhost",
|
|
"restart": false,
|
|
"sourceMaps": false,
|
|
"outFiles": [],
|
|
"localRoot": "${workspaceRoot}",
|
|
"remoteRoot": null
|
|
},
|
|
{
|
|
"name": "Asociar al proceso",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"processId": "${command:PickProcess}",
|
|
"port": 5858,
|
|
"sourceMaps": false,
|
|
"outFiles": []
|
|
}
|
|
]
|
|
} |