From 8c68c2191efb763da8125416f3196f4db3ba7b87 Mon Sep 17 00:00:00 2001 From: wy Date: Sun, 10 Dec 2023 03:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0fc46313..cafa7857 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -121,15 +121,15 @@ "args": [ "-l", "tasks.sh", + "--target", + "graphicstest", + "--build", "--run", "graphicstest.exe", ], "options": { "cwd": "${workspaceFolder}" }, - "dependsOn": [ - "Build XEGE Library" - ], "group": "build", "problemMatcher": "$gcc" }