34 lines
839 B
JSON
34 lines
839 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "restart",
|
|
"type": "shell",
|
|
"command": "sh restart.sh",
|
|
"isBackground": false,
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "new",
|
|
"showReuseMessage": true,
|
|
"clear": false,
|
|
"close": true
|
|
|
|
},
|
|
},
|
|
{
|
|
"label": "stopall",
|
|
"type": "shell",
|
|
"command": "sh stop.sh",
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"focus": false,
|
|
"panel": "shared",
|
|
"close": true
|
|
},
|
|
|
|
}
|
|
]
|
|
} |