浏览代码

Tweak launch.json

Alex Dima 7 年之前
父节点
当前提交
4b1d2982ff
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
         }
     ]
-}
+}