37 строки
942 B
JSON
37 строки
942 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "typescript",
|
|
"tsconfig": "tsconfig.json",
|
|
"option": "watch",
|
|
"problemMatcher": [
|
|
"$tsc-watch"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "never"
|
|
},
|
|
"isBackground": true,
|
|
"label": "tsc-watch: language service"
|
|
},
|
|
{
|
|
"type": "typescript",
|
|
"tsconfig": "src/test/clientExtension/tsconfig.json",
|
|
"option": "watch",
|
|
"problemMatcher": [
|
|
"$tsc-watch"
|
|
],
|
|
"group": "build",
|
|
"presentation": {
|
|
"reveal": "never"
|
|
},
|
|
"isBackground": true,
|
|
"label": "tsc-watch: client extension"
|
|
}
|
|
]
|
|
}
|