2020-03-06 04:42:18 +03:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2020-04-10 21:33:30 +03:00
|
|
|
"name": "Attach to auth",
|
|
|
|
"type": "node",
|
2020-03-06 04:42:18 +03:00
|
|
|
"request": "attach",
|
|
|
|
"skipFiles": ["<node_internals>/**"],
|
2020-04-10 21:33:30 +03:00
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"port": 9160
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Attach to content",
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
|
|
|
"skipFiles": ["<node_internals>/**"],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"port": 9229
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Attach to broker",
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
|
|
|
"skipFiles": ["<node_internals>/**"],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"port": 9180
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Attach to payments",
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
|
|
|
"skipFiles": ["<node_internals>/**"],
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"port": 9170
|
2020-03-06 04:42:18 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|