From ba90ddd57bd1e04a95b0911c095ba8cd4b8eeeae Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 21 Dec 2016 14:40:05 -0500 Subject: [PATCH] Remove preLaunchTask --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 05bc677..d23dcd5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,7 @@ "cwd": "${workspaceRoot}", "debugSettings": "${command.debugSettings}", "program": "${workspaceRoot}/bin/server.dart", - "args": [], - "preLaunchTask": "pub:serve" + "args": [] } ] } \ No newline at end of file