{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "Chrome",
"osx":{
"command":"/Users/HJJ/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
},
"showOutput": "always",
"tasks": [
{
"taskName": "openbower",
"args": ["${file}", "openbower"],
"isBuildCommand": true
},
{
"taskName": "test",
"args": ["-B", "test"],
"isTestCommand": true
}
]
}
这是我的tasks.json文件,但是怎么启动浏览器呢