From 9cf49b8f38328582ede7bc35eb341ea9cd07b873 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 20 Jan 2025 11:16:19 +0100 Subject: [PATCH] update build command --- .vscode/tasks.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f9b64e9..9c0501f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,11 +4,11 @@ { "label": "Build New Release", "type": "shell", - // "dependsOn": [ - // "Build LibrarySystem (Release)", - // "Build LibrarySystem (Debug)" - // ], - "command": "release.cmd", + "dependsOn": [ + "Build LibrarySystem (Release)", + "Build LibrarySystem (Debug)" + ], + "command": "python setup.py", "group": { "kind": "build", "isDefault": true @@ -92,8 +92,8 @@ "type": "shell", "command": "c:/Users/aky547/GitHub/LibrarySystem/.venv/Scripts/python.exe", "args": [ - "'c:/Users/aky547/GitHub/LibrarySystem/main_dev.py'", - + "'c:/Users/aky547/GitHub/LibrarySystem/main.py'", + "--debug" ], "group": { "kind": "test",