From a8ab7488efbc44f19aa50c12e7622e0caafc6f54 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Wed, 13 Jan 2016 18:03:46 -0500 Subject: [PATCH] Adjust Debug Config --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 76ad4db..5cd30fc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,8 @@ "runtimeExecutable": "${execPath}", "args": [ "--extensionDevelopmentPath=${workspaceRoot}" - ] + ], + "preLaunchTask": "build" } ] } \ No newline at end of file