美文网首页
vs code debug 调试 ant design程序配置

vs code debug 调试 ant design程序配置

作者: EamonZzz | 来源:发表于2018-11-20 16:13 被阅读0次
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
          "type": "chrome",
          "request": "launch",
          "name": "Launch Chrome against localhost",
          "url": "http://localhost:8000",
          "webRoot": "${workspaceFolder}"
        }
    ]
}

相关文章

网友评论

      本文标题:vs code debug 调试 ant design程序配置

      本文链接:https://www.haomeiwen.com/subject/iipafqtx.html