2022-04-20 10:15:56 +02:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
// for the documentation about the tasks.json format
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "build",
|
|
|
|
"type": "shell",
|
2022-04-20 13:32:39 +02:00
|
|
|
"command": "./helper.sh all",
|
2022-04-20 10:15:56 +02:00
|
|
|
"group": "build"
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|