vscode-chrome-debug/.vscode/tasks.json

25 строки
538 B
JSON
Исходник Обычный вид История

2015-08-09 23:25:34 +03:00
{
2017-08-01 01:33:31 +03:00
"version": "2.0.0",
2015-08-09 23:25:34 +03:00
"tasks": [
2016-10-07 06:51:13 +03:00
{
2017-08-01 01:33:31 +03:00
"type": "npm",
"script": "watch",
"problemMatcher": "$gulp-tsc",
"group": {
"kind": "build",
"isDefault": true
2017-08-28 04:33:13 +03:00
},
"isBackground": true
2017-12-15 08:07:11 +03:00
},
{
"type": "gulp",
"task": "i18n-import",
"problemMatcher": []
},
{
"type": "gulp",
"task": "add-i18n",
"problemMatcher": []
2015-08-09 23:25:34 +03:00
}
]
}