UNPKG

667 BJSONView Raw
1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Launch",
6 "type": "node",
7 "request": "launch",
8 "program": "${workspaceRoot}/node_modules/mocha/bin/mocha",
9 "stopOnEntry": false,
10 "args": [],
11 "cwd": "${workspaceRoot}",
12 "runtimeExecutable": null,
13 "runtimeArgs": [
14 "--nolazy"
15 ],
16 "env": {
17 "NODE_ENV": "development"
18 },
19 "externalConsole": false,
20 "sourceMaps": false,
21 "outDir": null
22 },
23 {
24 "name": "Attach",
25 "type": "node",
26 "request": "attach",
27 "port": 5858,
28 "sourceMaps": false,
29 "outDir": null,
30 "localRoot": "${workspaceRoot}",
31 "remoteRoot": null
32 }
33 ]
34}
\No newline at end of file