The "Run" task build faster.

This commit is contained in:
Ulysse Cura 2026-07-20 11:53:56 +02:00
parent fe9020b9b7
commit 66a5e7db20
1 changed files with 2 additions and 1 deletions

3
.vscode/tasks.json vendored
View File

@ -57,10 +57,11 @@
}, },
{ {
"label": "Run", "label": "Run",
"detail": "Run executable", "detail": "Build executable and run.",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [
"-j$(nproc)",
"run" "run"
], ],
"group": "build", "group": "build",