vscode更新后怎么启动浏览器了?

{
  // 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文件,但是怎么启动浏览器呢

阅读 2.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进