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