persea-old/.vscode/launch.json
2020-06-17 11:01:01 -05:00

19 lines
479 B
JSON

{
// 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": [
{
"type": "node",
// "preLaunchTask": "Both",
"request": "attach",
"name": "Terrible",
"address": "127.0.0.1",
"port": 43000,
"skipFiles": [
"<node_internals>/**"
]
},
],
}