37 строки
703 B
JSON
37 строки
703 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "gulp",
|
|
"isShellCommand": true,
|
|
"tasks": [
|
|
{
|
|
"taskName": "watch",
|
|
"args": [
|
|
"--no-color"
|
|
],
|
|
"isBuildCommand": true,
|
|
"isWatching": true,
|
|
"problemMatcher": {
|
|
"owner": "typescript",
|
|
"fileLocation": ["absolute"],
|
|
"pattern": {
|
|
"regexp": "^\\*\\*\\* Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
|
|
"file": 1,
|
|
"location": 2,
|
|
"message": 3
|
|
},
|
|
"watching": {
|
|
"beginsPattern": "^\\*\\*\\* Starting\\.\\.\\.$",
|
|
"endsPattern": "^\\*\\*\\* Finished"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"taskName": "test",
|
|
"args": [
|
|
"--no-color"
|
|
],
|
|
"showOutput": "always",
|
|
"isTestCommand": true
|
|
}
|
|
]
|
|
} |