skypager-project
Version:
skypager project framework
27 lines • 726 B
JSON
{
// Use IntelliSense to find out which attributes exist for node debugging
// Use hover for the description of the existing attributes
// For further information visit https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run mocha",
"type": "node2",
"request": "launch",
"program": "${workspaceRoot}/../skypager/node_modules/.bin/mocha-webpack",
"cwd": "${workspaceRoot}",
"args": [
"--webpack-config",
"webpack.config.test.js",
"--watch",
"src/**/*.spec.js"
]
},
{
"name": "Attach to Process",
"type": "node2",
"request": "attach",
"port": 9229
}
]
}