Ver Fonte

Tweak launch.json

Alex Dima há 7 anos atrás
pai
commit
4b1d2982ff
1 ficheiros alterados com 3 adições e 3 exclusões
  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
         }
     ]
-}
+}