diff --git a/.vscode/launch.json b/.vscode/launch.json index 6aa227c6..df977905 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,8 @@ "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", "stopOnEntry": false, "args": [ - "--grep", - "php" + // "--grep", + // "typescript" ], "cwd": "${workspaceRoot}", "preLaunchTask": null, @@ -25,4 +25,4 @@ "outDir": null } ] -} \ No newline at end of file +}