check in launch.json changes

This commit is contained in:
Benjamin Pasero 2016-05-04 17:21:03 +02:00
parent f9ed4e17ed
commit 4b880a2092

20
.vscode/launch.json vendored
View file

@ -7,10 +7,28 @@
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": [
"--timeout",
"999999"
],
"cwd": "${workspaceRoot}",
"runtimeArgs": [],
"env": {},
"sourceMaps": true,
"outDir": "${workspaceRoot}/out"
},
{
"name": "Stacks Tests",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": [
"--timeout",
"999999",
"--colors"
"--colors",
"-g",
"Stacks"
],
"cwd": "${workspaceRoot}",
"runtimeArgs": [],