Tweak launch.json

pull/2748/head
Alex Dima 7 years ago
parent 63639e2ec5
commit 4b1d2982ff

@ -8,8 +8,8 @@
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false, "stopOnEntry": false,
"args": [ "args": [
"--grep", // "--grep",
"php" // "typescript"
], ],
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"preLaunchTask": null, "preLaunchTask": null,
@ -25,4 +25,4 @@
"outDir": null "outDir": null
} }
] ]
} }

Loading…
Cancel
Save