qwebs
Version:
Web application framework
24 lines • 678 B
JSON
{
// Use IntelliSense to learn about possible Node.js debug 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": "launch",
"name": "Server",
"program": "${workspaceRoot}/server.js"
},
{
"type": "node",
"request": "launch",
"name": "Tests",
"program": "${workspaceRoot}/node_modules/jasmine/bin/jasmine",
"args": [
"${workspaceRoot}/tests/services/*.spec.js"
],
"cwd": "${workspaceRoot}"
}
]
}