Skip to content

Commit

Permalink
优化 tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Dec 9, 2023
1 parent b83ed0b commit 8c68c21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8c68c21

Please sign in to comment.