提交 29bb20ce 编写于 作者: D Dirk Baeumer

Adopt tasks.json to new schema

上级 19f310a0
......@@ -2,11 +2,12 @@
"version": "2.0.0",
"tasks": [
{
"customize": "vscode.npm.run watch",
"taskName": "Build VS Code",
"type": "npm",
"script": "watch",
"label": "Build VS Code",
"group": "build",
"isBackground": true,
"terminal": {
"presentation": {
"reveal": "never"
},
"problemMatcher": {
......@@ -28,8 +29,9 @@
}
},
{
"customize": "gulp.tslint",
"taskName": "Run tslint",
"type": "gulp",
"task": "tslint",
"label": "Run tslint",
"problemMatcher": ["$tslint4"]
},
{
......@@ -54,8 +56,9 @@
}
},
{
"customize": "gulp.electron",
"taskName": "Download electron"
"type": "gulp",
"task": "electron",
"label": "Download electron"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册