Browse Source

Tweak launch.json

Alex Dima 7 years ago
parent
commit
4b1d2982ff
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .vscode/launch.json

+ 3 - 3
.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
         }
     ]
-}
+}