From fba043a0524bddd5a1df4728e4a85a8354d3ef9e Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:30:19 +0100 Subject: [PATCH] Got tired of re-downloading reqs all the time --- .vscode/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2bebf63..92830c9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -60,7 +60,8 @@ "isDefault": true }, "problemMatcher": [], - "dependsOn": ["Clean up", "Install requirements"] + "dependsOn": ["Clean up"] + //, "Install requirements"] }, { "label": "Run (Binary) [Dirty]",