44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "regolith: run",
|
|
"type": "shell",
|
|
"command": "regolith run",
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"close": true
|
|
}
|
|
},
|
|
{
|
|
"label": "regolith: watch",
|
|
"type": "shell",
|
|
"command": "regolith watch",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"pattern": [
|
|
{
|
|
"regexp": ".",
|
|
"file": 1,
|
|
"location": 2,
|
|
"message": 3
|
|
}
|
|
],
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".",
|
|
"endsPattern": "."
|
|
}
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"close": true
|
|
}
|
|
}
|
|
]
|
|
} |