From dee2692b7b4af7d5120abb98f10924bf08fac7fe Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Sun, 31 Jan 2016 16:55:53 +0100 Subject: [PATCH] add build prelaunchtask to 'Run Tests' --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2b1991e..d5575f1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,6 +17,7 @@ "name": "Run Tests", "type": "node", "request": "launch", + "preLaunchTask": "build", "cwd": "${workspaceRoot}", "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", "args": [