33 lines
885 B
JSON
33 lines
885 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"label": "centos7",
|
|
"type": "shell",
|
|
"command": "./run.sh",
|
|
"presentation": {
|
|
"echo": true,
|
|
"clear": true,
|
|
"group": "vm"
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": [
|
|
{
|
|
"pattern": [
|
|
{
|
|
"regexp": ".",
|
|
"file": 1,
|
|
"location": 2,
|
|
"message": 3
|
|
}
|
|
],
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".",
|
|
"endsPattern": ".",
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |