112 lines
3.0 KiB
JSON
112 lines
3.0 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "dev-all",
|
|
"dependsOn": [
|
|
"dev-webui",
|
|
"dev-recorder",
|
|
"dev-proxy",
|
|
"dev-codegen-wait",
|
|
"dev-deps",
|
|
],
|
|
"dependsOrder": "parallel",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": false,
|
|
},
|
|
"presentation": {
|
|
"group": "new-group",
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"panel": "shared",
|
|
"clear": false
|
|
}
|
|
},
|
|
{
|
|
"label": "dev-webui",
|
|
"type": "shell",
|
|
"command": "just",
|
|
"args": [
|
|
"dev-webui"
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"reveal": "always",
|
|
"focus": true,
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
},
|
|
{
|
|
"label": "dev-deps",
|
|
"type": "shell",
|
|
"command": "just",
|
|
"args": [
|
|
"dev-deps"
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"reveal": "never",
|
|
"focus": false,
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
},
|
|
{
|
|
"label": "dev-codegen-wait",
|
|
"type": "shell",
|
|
"command": "just",
|
|
"args": [
|
|
"dev-codegen-wait"
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"reveal": "never",
|
|
"focus": false,
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
},
|
|
{
|
|
"label": "dev-recorder",
|
|
"type": "shell",
|
|
"command": "just",
|
|
"args": [
|
|
"dev-recorder"
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"reveal": "never",
|
|
"focus": false,
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
},
|
|
{
|
|
"label": "dev-proxy",
|
|
"type": "shell",
|
|
"command": "just",
|
|
"args": [
|
|
"dev-proxy",
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"presentation": {
|
|
"panel": "dedicated",
|
|
"reveal": "never",
|
|
"focus": false,
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
}
|
|
]
|
|
} |