blob: f74985144d8d3e449e64062de928f2b5a3eb6041 [file] [log] [blame]
{
// 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",
"request": "attach",
"name": "Attach to Node Process",
"port": 9229
},
{
"type": "node",
"request": "launch",
"name": "Launch Server",
"program": "${workspaceFolder}/built/index.js",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}