19 lines
512 B
JSON
19 lines
512 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Run bunkerd debug build",
|
||
|
"type": "shell",
|
||
|
"command": "task server:localdev:bunkerd:build-debug && task server:localdev:bunkerd:restart-debug",
|
||
|
"group": {
|
||
|
"kind": "test",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"presentation": {
|
||
|
// Do not open terminal every time debug is launched.
|
||
|
"reveal": "silent"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|