how did these tests came back?

This commit is contained in:
Benjamin Pasero 2016-09-01 11:15:28 +02:00
parent 32b9ebe532
commit ee8f7292bb

19
.vscode/launch.json vendored
View file

@ -18,25 +18,6 @@
"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",
"-g",
"Emmet"
],
"cwd": "${workspaceRoot}",
"runtimeArgs": [],
"env": {},
"sourceMaps": true,
"outDir": "${workspaceRoot}/out"
},
{
"name": "Attach to Extension Host",
"type": "node",