28 lines
728 B
JSON
28 lines
728 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Unit Tests",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
|
"stopOnEntry": false,
|
|
"args": [
|
|
"--grep",
|
|
"php"
|
|
],
|
|
"cwd": "${workspaceRoot}",
|
|
"preLaunchTask": null,
|
|
"runtimeExecutable": null,
|
|
"runtimeArgs": [
|
|
"--nolazy"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"console": "internalConsole",
|
|
"sourceMaps": false,
|
|
"outDir": null
|
|
}
|
|
]
|
|
} |