forked from external/vscode-xml
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "gulp",
|
|
"isShellCommand": true,
|
|
"args": [
|
|
"--no-color"
|
|
],
|
|
"tasks": [
|
|
{
|
|
"taskName": "build",
|
|
"args": [],
|
|
"isBuildCommand": true,
|
|
"isWatching": false,
|
|
"problemMatcher": [
|
|
"$lessCompile",
|
|
"$tsc",
|
|
"$jshint"
|
|
]
|
|
}
|
|
]
|
|
} |