在VS Code中启动没有网络证券的Chrome

时间:2017-06-07 14:50:43

标签: visual-studio-code vscode-extensions vscode-settings

如何在VS Code的launch.json文件中配置没有网络安全性的Chrome浏览器?我安装了VS代码扩展调试器for Chrome ,我的launch.json似乎是这样:

{
  "version": "0.2.0",
  "configurations": [

    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome",
      "url": "http://localhost:8100/",
      "webRoot": "${workspaceRoot}"
    }
  ]
}

此代码启动Chrome与网络证券。如何配置此文件,以便我可以使用以下参数启动Chrome:chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security

0 个答案:

没有答案