The "Run" task build faster.
This commit is contained in:
parent
fe9020b9b7
commit
66a5e7db20
|
|
@ -57,10 +57,11 @@
|
|||
},
|
||||
{
|
||||
"label": "Run",
|
||||
"detail": "Run executable",
|
||||
"detail": "Build executable and run.",
|
||||
"type": "shell",
|
||||
"command": "make",
|
||||
"args": [
|
||||
"-j$(nproc)",
|
||||
"run"
|
||||
],
|
||||
"group": "build",
|
||||
|
|
|
|||
Loading…
Reference in New Issue